mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'fix-music-reset' into 'master'
Fix Sealed Star / Tutorial music overriding other levels Closes #791 See merge request KartKrew/Kart!1683
This commit is contained in:
commit
a07b54bc5c
1 changed files with 1 additions and 1 deletions
|
|
@ -978,7 +978,7 @@ void P_Ticker(boolean run)
|
||||||
if (!Music_Playing("level_nosync"))
|
if (!Music_Playing("level_nosync"))
|
||||||
{
|
{
|
||||||
// Do not stop level_nosync
|
// Do not stop level_nosync
|
||||||
Music_Play(Music_Song("level_nosync")[0] ? "level_nosync" : "level");
|
Music_Play((gametyperules & GTR_NOPOSITION) ? "level_nosync" : "level");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (starttime != introtime)
|
else if (starttime != introtime)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue