summaryrefslogtreecommitdiff
path: root/apps/plugins/doom/am_map.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/doom/am_map.c')
-rw-r--r--apps/plugins/doom/am_map.c2
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
632( event_t* ev ) 632( event_t* ev )
633{ 633{
634 int rc; 634 int rc;
635 static int cheatstate=0;
636 static int bigstate=0; 635 static int bigstate=0;
637 static char buffer[20]; 636 static char buffer[20];
638 int ch; // phares 637 int ch; // phares
@@ -732,7 +731,6 @@ boolean AM_Responder
732 } 731 }
733 else // phares 732 else // phares
734 { 733 {
735 cheatstate=0;
736 rc = false; 734 rc = false;
737 } 735 }
738 } 736 }