summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSimon Howard2014-11-01 20:54:46 -0400
committerSimon Howard2014-11-01 20:54:46 -0400
commit6cbe5972d39b882a0fc8e5ddfc83b3f72a8b7031 (patch)
tree4125a03eaa4c10500bf6d0a23c1fd8cb51f8a8e5 /src
parentaf1dd2eb9436b2a1cba2886eb2d2637e7fd7950c (diff)
parent9aa36cf8342a09cdd77d32031f347832358eecf7 (diff)
downloadchocolate-doom-6cbe5972d39b882a0fc8e5ddfc83b3f72a8b7031.tar.gz
chocolate-doom-6cbe5972d39b882a0fc8e5ddfc83b3f72a8b7031.tar.bz2
chocolate-doom-6cbe5972d39b882a0fc8e5ddfc83b3f72a8b7031.zip
Merge branch 'master' of github.com:chocolate-doom/chocolate-doom
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