mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +00:00
parent
5ddab93579
commit
012b82bd9c
1 changed files with 1 additions and 3 deletions
|
|
@ -3920,11 +3920,9 @@ boolean G_CheckDemoStatus(void)
|
||||||
else if (demo.attract == DEMO_ATTRACT_CREDITS)
|
else if (demo.attract == DEMO_ATTRACT_CREDITS)
|
||||||
F_ContinueCredits();
|
F_ContinueCredits();
|
||||||
else
|
else
|
||||||
D_StartTitle();
|
D_SetDeferredStartTitle(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
demo.attract = DEMO_ATTRACT_OFF;
|
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue