mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Time Attack replays: go to intermission
This commit is contained in:
parent
551acaf06e
commit
29ba47459c
1 changed files with 1 additions and 1 deletions
|
|
@ -3989,7 +3989,7 @@ boolean G_CheckDemoStatus(void)
|
|||
if (demo.quitafterplaying)
|
||||
I_Quit();
|
||||
|
||||
if (multiplayer && !demo.attract)
|
||||
if (!demo.attract)
|
||||
G_FinishExitLevel();
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue