mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-22 12:11:25 +00:00
Prevent console from laying open when intro cutscene plays on some systems.
This commit is contained in:
parent
79dacdf1b7
commit
b79deabab1
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue