diff --git a/src/d_main.cpp b/src/d_main.cpp index 405487ef7..4ae999d3e 100644 --- a/src/d_main.cpp +++ b/src/d_main.cpp @@ -1112,12 +1112,6 @@ void D_SRB2Loop(void) // always update console and hud // otherwise it may take minutes to open it CON_Drawer(); - - if (gamestate == GS_LEVEL) - { - ST_Drawer(); - HU_Drawer(); - } } }