mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Postboss: S_ChangeMusicAdvanced -> Ex
This commit is contained in:
parent
5f5ea5eec6
commit
a1e2ee2e11
1 changed files with 1 additions and 1 deletions
|
|
@ -3545,7 +3545,7 @@ void A_BossDeath(mobj_t *mo)
|
||||||
// don't change if we're in another tune
|
// don't change if we're in another tune
|
||||||
// but in case we're in jingle, use our parked mapmus variables so the correct track restores
|
// but in case we're in jingle, use our parked mapmus variables so the correct track restores
|
||||||
if (!changed)
|
if (!changed)
|
||||||
S_ChangeMusicAdvanced(mapmusname, mapmusflags, true, mapmusposition, (1*MUSICRATE)+(MUSICRATE/2),
|
S_ChangeMusicEx(mapmusname, mapmusflags, true, mapmusposition, (1*MUSICRATE)+(MUSICRATE/2),
|
||||||
mapheaderinfo[gamemap-1]->muspostbossfadein);
|
mapheaderinfo[gamemap-1]->muspostbossfadein);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue