mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +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.
|
||||
demo.deferstart = true;
|
||||
|
||||
if (demo.attract == DEMO_ATTRACT_TITLE)
|
||||
{
|
||||
S_ShowMusicCredit();
|
||||
}
|
||||
|
||||
nextmapoverride = 0;
|
||||
skipstats = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue