mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 04:21:47 +00:00
Intermission: Don't retrigger music, even if tally ffwd sets countdown
This commit is contained in:
parent
c7aac9f119
commit
604d4d21db
1 changed files with 2 additions and 1 deletions
|
|
@ -2139,7 +2139,8 @@ void Y_PlayIntermissionMusic(void)
|
||||||
Music_Remap("intermission", "racent");
|
Music_Remap("intermission", "racent");
|
||||||
}
|
}
|
||||||
|
|
||||||
Music_Play("intermission");
|
if (!Music_Playing("intermission"))
|
||||||
|
Music_Play("intermission");
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue