mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'fix-splitscreen-tally-ff-inter-music' into 'master'
Intermission: Don't retrigger music, even if tally ffwd sets countdown See merge request KartKrew/Kart!2136
This commit is contained in:
commit
4d4f6f3bdd
1 changed files with 2 additions and 1 deletions
|
|
@ -2149,7 +2149,8 @@ void Y_PlayIntermissionMusic(void)
|
|||
Music_Remap("intermission", "racent");
|
||||
}
|
||||
|
||||
Music_Play("intermission");
|
||||
if (!Music_Playing("intermission"))
|
||||
Music_Play("intermission");
|
||||
}
|
||||
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue