Add mapmusposition placeholder to LE 413 change music

This commit is contained in:
mazmazz 2018-08-29 15:21:17 -04:00
parent 75e6ad72ed
commit 38bb71bada

View file

@ -2299,6 +2299,8 @@ static void P_ProcessLineSpecial(line_t *line, mobj_t *mo, sector_t *callsec)
if (!(line->flags & ML_BLOCKMONSTERS)) if (!(line->flags & ML_BLOCKMONSTERS))
mapmusflags |= MUSIC_RELOADRESET; mapmusflags |= MUSIC_RELOADRESET;
mapmusposition = 0;
S_ChangeMusic(mapmusname, mapmusflags, !(line->flags & ML_EFFECT4)); S_ChangeMusic(mapmusname, mapmusflags, !(line->flags & ML_EFFECT4));
// Except, you can use the ML_BLOCKMONSTERS flag to change this behavior. // Except, you can use the ML_BLOCKMONSTERS flag to change this behavior.