mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-18 02:21:47 +00:00
Postboss: S_ChangeMusicAdvanced -> Ex
This commit is contained in:
parent
c5d4ff5712
commit
67c4e9e8a2
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…
Reference in a new issue