mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-12-17 00:10:56 +00:00
Add mapmusposition placeholder to LE 413 change music
This commit is contained in:
parent
75e6ad72ed
commit
38bb71bada
1 changed files with 2 additions and 0 deletions
|
@ -2299,6 +2299,8 @@ static void P_ProcessLineSpecial(line_t *line, mobj_t *mo, sector_t *callsec)
|
|||
if (!(line->flags & ML_BLOCKMONSTERS))
|
||||
mapmusflags |= MUSIC_RELOADRESET;
|
||||
|
||||
mapmusposition = 0;
|
||||
|
||||
S_ChangeMusic(mapmusname, mapmusflags, !(line->flags & ML_EFFECT4));
|
||||
|
||||
// Except, you can use the ML_BLOCKMONSTERS flag to change this behavior.
|
||||
|
|
Loading…
Reference in a new issue