Postboss: S_ChangeMusicAdvanced -> Ex

This commit is contained in:
mazmazz 2018-09-16 23:44:42 -04:00
parent c5d4ff5712
commit 67c4e9e8a2

View file

@ -3545,7 +3545,7 @@ void A_BossDeath(mobj_t *mo)
// 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
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);
}
}