mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-28 21:12:13 +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();
|
G_FinishExitLevel();
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
UINT8 wasmodeattacking = modeattacking;
|
||||||
G_StopDemo();
|
G_StopDemo();
|
||||||
|
|
||||||
if (timedemo_quit)
|
if (timedemo_quit)
|
||||||
COM_ImmedExecute("quit");
|
COM_ImmedExecute("quit");
|
||||||
else if (modeattacking)
|
else if (wasmodeattacking)
|
||||||
M_EndModeAttackRun();
|
M_EndModeAttackRun();
|
||||||
else if (demo.attract == DEMO_ATTRACT_CREDITS)
|
else if (demo.attract == DEMO_ATTRACT_CREDITS)
|
||||||
F_ContinueCredits();
|
F_ContinueCredits();
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue