diff --git a/src/p_spec.c b/src/p_spec.c
index 103312b528e0a6c900ca5820604e9ccc6b0c7e07..b3c8da9bd9a31760c684d90801dbbb190ef843d2 100644
--- a/src/p_spec.c
+++ b/src/p_spec.c
@@ -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.