mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-21 19:51:27 +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:
|
||||
gamestate = GS_INTRO;
|
||||
gameaction = ga_nothing;
|
||||
C_HideConsole(); // On some systems, console is open during intro
|
||||
break;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue