diff options
author | James Haley | 2014-11-01 19:24:39 -0500 |
---|---|---|
committer | James Haley | 2014-11-01 19:24:39 -0500 |
commit | 9aa36cf8342a09cdd77d32031f347832358eecf7 (patch) | |
tree | 9f46df3ee757b1b056e028fc3c85b7d2a673553c | |
parent | 66477dc794278f615447f1b2dae1fba69a63401a (diff) | |
download | chocolate-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.
-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 |