Skip to content

Commit

Permalink
Prevent console from laying open when intro cutscene plays on some sy…
Browse files Browse the repository at this point in the history
…stems.
  • Loading branch information
dileepvr authored and madame-rachelle committed Sep 16, 2024
1 parent 79dacdf commit b79deab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/g_game.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;


Expand Down

0 comments on commit b79deab

Please sign in to comment.