newmusic -> mmusic typo, S_ChangeMusic

This commit is contained in:
mazmazz 2018-09-14 13:55:07 -04:00
parent 5c20aa79dd
commit 09df2c387a

View file

@ -1494,7 +1494,7 @@ void S_ChangeMusic(const char *mmusic, UINT16 mflags, boolean looping)
return;
}
if (strnicmp(music_name, newmusic, 6))
if (strnicmp(music_name, mmusic, 6))
{
S_StopMusic(); // shutdown old music