commit 9aa36cf8342a09cdd77d32031f347832358eecf7
Author: James Haley <haleyjd@hotmail.com>
AuthorDate: Sat Nov 1 19:24:39 2014 -0500
Commit: James Haley <haleyjd@hotmail.com>
CommitDate: Sat Nov 1 19:24:39 2014 -0500
Remove unreferenced "grid" variable
And yes I double checked the commit target this time.
---
src/strife/am_map.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/strife/am_map.c b/src/strife/am_map.c
index 5bf2aebe..148fa341 100644
--- a/src/strife/am_map.c
+++ b/src/strife/am_map.c
@@ -170,7 +170,7 @@ mline_t thintriangle_guy[] = {
static int cheating = 0;
-static int grid = 0;
+//static int grid = 0; [STRIFE]: no such variable
static int leveljuststarted = 1; // kluge until AM_LevelInit() is called