diff options
Diffstat (limited to 'apps/plugins/doom/am_map.c')
-rw-r--r-- | apps/plugins/doom/am_map.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/plugins/doom/am_map.c b/apps/plugins/doom/am_map.c index ff74e9938f..88e27b4dc2 100644 --- a/apps/plugins/doom/am_map.c +++ b/apps/plugins/doom/am_map.c @@ -632,7 +632,6 @@ boolean AM_Responder ( event_t* ev ) { int rc; - static int cheatstate=0; static int bigstate=0; static char buffer[20]; int ch; // phares @@ -732,7 +731,6 @@ boolean AM_Responder } else // phares { - cheatstate=0; rc = false; } } |