summaryrefslogtreecommitdiff
path: root/apps/plugins/doom/d_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/doom/d_main.c')
-rw-r--r--apps/plugins/doom/d_main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/plugins/doom/d_main.c b/apps/plugins/doom/d_main.c
index 498d93cb62..be45e6a37e 100644
--- a/apps/plugins/doom/d_main.c
+++ b/apps/plugins/doom/d_main.c
@@ -179,7 +179,6 @@ void D_Display (void)
179{ 179{
180 static boolean isborderstate IDATA_ATTR= false; 180 static boolean isborderstate IDATA_ATTR= false;
181 static boolean borderwillneedredraw IDATA_ATTR= false; 181 static boolean borderwillneedredraw IDATA_ATTR= false;
182 static boolean inhelpscreensstate IDATA_ATTR= false;
183 static gamestate_t oldgamestate IDATA_ATTR= -1; 182 static gamestate_t oldgamestate IDATA_ATTR= -1;
184 boolean wipe; 183 boolean wipe;
185 boolean viewactive = false, isborder = false; 184 boolean viewactive = false, isborder = false;
@@ -254,7 +253,6 @@ void D_Display (void)
254 HU_Drawer(); 253 HU_Drawer();
255 } 254 }
256 255
257 inhelpscreensstate = inhelpscreens;
258 isborderstate = isborder; 256 isborderstate = isborder;
259 oldgamestate = wipegamestate = gamestate; 257 oldgamestate = wipegamestate = gamestate;
260 258