Prevent console from laying open when intro cutscene plays on some systems.

This commit is contained in:
Dileep V. Reddy 2024-09-16 09:43:15 -06:00 committed by Rachael Alexanderson
parent 79dacdf1b7
commit b79deabab1

View file

@ -1236,6 +1236,7 @@ void G_Ticker ()
case ga_intro: case ga_intro:
gamestate = GS_INTRO; gamestate = GS_INTRO;
gameaction = ga_nothing; gameaction = ga_nothing;
C_HideConsole(); // On some systems, console is open during intro
break; break;