diff --git a/src/s_sound.c b/src/s_sound.c
index f3e3308478d81160fb0cfda570b39072989476bc..acb7dcbbe3e041abbf43f1187fe0bace07873032 100644
--- a/src/s_sound.c
+++ b/src/s_sound.c
@@ -1526,7 +1526,7 @@ void S_ChangeMusicEx(const char *mmusic, UINT16 mflags, boolean looping, UINT32
 	else // reset volume to 100 with same music
 	{
 		I_StopFadingSong();
-		I_SetInternalMusicVolume(100);
+		I_FadeSong(100, 500, NULL);
 	}
 }