diff options
Diffstat (limited to 'src/heretic/am_map.c')
-rw-r--r-- | src/heretic/am_map.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/heretic/am_map.c b/src/heretic/am_map.c index aae30cc9..2230c69e 100644 --- a/src/heretic/am_map.c +++ b/src/heretic/am_map.c @@ -506,7 +506,6 @@ boolean AM_Responder(event_t * ev) { int rc; int key; - static int cheatstate = 0; static int bigstate = 0; key = ev->data1; @@ -611,7 +610,6 @@ boolean AM_Responder(event_t * ev) */ else { - cheatstate = 0; rc = false; } |