diff --git a/src/s_sound.c b/src/s_sound.c
index 6b632687b7945493a4880a3a6010eb268ea4ee88..53b8a962885f5cfd46297dda0f08d3d3ad29c74b 100644
--- a/src/s_sound.c
+++ b/src/s_sound.c
@@ -1378,7 +1378,7 @@ void S_ChangeMusic(const char *mmusic, UINT16 mflags, boolean looping)
 		return;
 	}
 
-	if (strncmp(music_name, mmusic, 6))
+	if (strnicmp(music_name, newmusic, 6))
 	{
 		S_StopMusic(); // shutdown old music