mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-21 10:21:49 +00:00
Draw console in the Record/NiGHTS Attack menus
(cherry picked from commit 4efd915d28
)
This commit is contained in:
parent
a9a0601c84
commit
b2733eba73
1 changed files with 1 additions and 2 deletions
|
@ -505,8 +505,7 @@ static void D_Display(void)
|
|||
M_Drawer(); // menu is drawn even on top of everything
|
||||
// focus lost moved to M_Drawer
|
||||
|
||||
if (gamestate != GS_TIMEATTACK)
|
||||
CON_Drawer();
|
||||
CON_Drawer();
|
||||
|
||||
//
|
||||
// wipe update
|
||||
|
|
Loading…
Reference in a new issue