Skip to content
Snippets Groups Projects
Commit 73b4c4c5 authored by Marco Z's avatar Marco Z
Browse files

Fix S_ChangeMusic newmusic -> mmusic, merge error

parent 768ce1a4
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment