mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-31 12:13:16 +00:00
Fix returning to menu after TA replay
This commit is contained in:
parent
20cb01fb94
commit
ad538b3bb9
1 changed files with 2 additions and 1 deletions
|
|
@ -3938,11 +3938,12 @@ boolean G_CheckDemoStatus(void)
|
|||
G_FinishExitLevel();
|
||||
else
|
||||
{
|
||||
UINT8 wasmodeattacking = modeattacking;
|
||||
G_StopDemo();
|
||||
|
||||
if (timedemo_quit)
|
||||
COM_ImmedExecute("quit");
|
||||
else if (modeattacking)
|
||||
else if (wasmodeattacking)
|
||||
M_EndModeAttackRun();
|
||||
else if (demo.attract == DEMO_ATTRACT_CREDITS)
|
||||
F_ContinueCredits();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue