mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-20 19:02:34 +00:00
Since I'm on the branch: bugfix a thing with introchanged/titlechanged.
This commit is contained in:
parent
3a96c507a2
commit
ee4b891318
1 changed files with 6 additions and 0 deletions
|
@ -3346,9 +3346,15 @@ static void DEH_LoadDehackedFile(MYFILE *f)
|
|||
if (gamestate == GS_TITLESCREEN)
|
||||
{
|
||||
if (introchanged)
|
||||
{
|
||||
menuactive = false;
|
||||
COM_BufAddText("playintro");
|
||||
}
|
||||
else if (titlechanged)
|
||||
{
|
||||
menuactive = false;
|
||||
COM_BufAddText("exitgame"); // Command_ExitGame_f() but delayed
|
||||
}
|
||||
}
|
||||
|
||||
dbg_line = -1;
|
||||
|
|
Loading…
Reference in a new issue