Merge branch 'podium-music-fix' into 'master'

Podium music fix

Closes #607

See merge request KartKrew/Kart!1417
This commit is contained in:
toaster 2023-08-21 11:40:34 +00:00
commit 1c44c1066a
2 changed files with 1 additions and 1 deletions

View file

@ -1284,6 +1284,7 @@ void G_StartTitleCard(void)
ST_startTitleCard();
// play the sound
if (gamestate != GS_CEREMONY)
{
sfxenum_t kstart = sfx_kstart;
if (K_CheckBossIntro() == true)

View file

@ -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)