mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-22 04:21:23 +00:00
Draw console in the Record/NiGHTS Attack menus
This commit is contained in:
parent
15c263e9c7
commit
4efd915d28
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
|
M_Drawer(); // menu is drawn even on top of everything
|
||||||
// focus lost moved to M_Drawer
|
// focus lost moved to M_Drawer
|
||||||
|
|
||||||
if (gamestate != GS_TIMEATTACK)
|
CON_Drawer();
|
||||||
CON_Drawer();
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// wipe update
|
// wipe update
|
||||||
|
|
Loading…
Reference in a new issue