summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJames Haley2014-11-01 19:24:39 -0500
committerJames Haley2014-11-01 19:24:39 -0500
commit9aa36cf8342a09cdd77d32031f347832358eecf7 (patch)
tree9f46df3ee757b1b056e028fc3c85b7d2a673553c /src
parent66477dc794278f615447f1b2dae1fba69a63401a (diff)
downloadchocolate-doom-9aa36cf8342a09cdd77d32031f347832358eecf7.tar.gz
chocolate-doom-9aa36cf8342a09cdd77d32031f347832358eecf7.tar.bz2
chocolate-doom-9aa36cf8342a09cdd77d32031f347832358eecf7.zip
Remove unreferenced "grid" variable
And yes I double checked the commit target this time.
Diffstat (limited to 'src')
-rw-r--r--src/strife/am_map.c2
1 files changed, 1 insertions, 1 deletions
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