This commit is contained in:
toaster 2021-03-28 20:20:06 +01:00
parent 99a764dbc0
commit f7f1202a37
2 changed files with 0 additions and 4 deletions

View file

@ -28,9 +28,6 @@ extern boolean con_recalc;
// console being displayed at game startup
extern boolean con_startup;
// needs explicit screen refresh until we are in the main game loop
extern boolean con_refresh;
// when modifying the below, you must also adjust d_main and console.c
typedef enum
{

View file

@ -706,7 +706,6 @@ void D_SRB2Loop(void)
oldentertics = I_GetTime();
// end of loading screen: CONS_Printf() will no more call FinishUpdate()
con_refresh = false;
con_startup = false;
// make sure to do a d_display to init mode _before_ load a level