From a1e2ee2e118d95db751f6a4817a88716f871d59a Mon Sep 17 00:00:00 2001 From: mazmazz Date: Sun, 16 Sep 2018 23:44:42 -0400 Subject: [PATCH] Postboss: S_ChangeMusicAdvanced -> Ex --- src/p_enemy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/p_enemy.c b/src/p_enemy.c index 04afc6bcc..a49a89225 100644 --- a/src/p_enemy.c +++ b/src/p_enemy.c @@ -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); } }