mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +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…
Add table
Reference in a new issue