Since I'm on the branch: bugfix a thing with introchanged/titlechanged.

This commit is contained in:
toasterbabe 2017-10-26 16:58:18 +01:00
parent 3a96c507a2
commit ee4b891318
1 changed files with 6 additions and 0 deletions

View File

@ -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;