diff options
-rw-r--r-- | src/strife/am_map.c | 2 |
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 |