mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 04:21:47 +00:00
Merge branch 'title-credit-attract' into 'master'
Show titlescreen music credit when a title demo is loaded See merge request KartKrew/Kart!2083
This commit is contained in:
commit
a79b93d2eb
1 changed files with 5 additions and 0 deletions
|
|
@ -8846,6 +8846,11 @@ void P_PostLoadLevel(void)
|
||||||
G_BeginRecording(); // I AM NOW READY TO RECORD.
|
G_BeginRecording(); // I AM NOW READY TO RECORD.
|
||||||
demo.deferstart = true;
|
demo.deferstart = true;
|
||||||
|
|
||||||
|
if (demo.attract == DEMO_ATTRACT_TITLE)
|
||||||
|
{
|
||||||
|
S_ShowMusicCredit();
|
||||||
|
}
|
||||||
|
|
||||||
nextmapoverride = 0;
|
nextmapoverride = 0;
|
||||||
skipstats = 0;
|
skipstats = 0;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue