mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-22 21:41:31 +00:00
P_LoadLevel: don't randomize Podium music
This commit is contained in:
parent
78ee9a7e0b
commit
2b02daca14
1 changed files with 0 additions and 1 deletions
|
|
@ -8148,7 +8148,6 @@ boolean P_LoadLevel(boolean fromnetsave, boolean reloadinggamestate)
|
|||
if (K_PodiumSequence())
|
||||
{
|
||||
// mapmusrng is set by local player position in K_ResetCeremony
|
||||
P_ResetLevelMusic();
|
||||
P_LoadLevelMusic();
|
||||
}
|
||||
else if (gamestate == GS_LEVEL)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue