mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-13 06:13:18 +00:00
newmusic -> mmusic typo, S_ChangeMusic
This commit is contained in:
parent
5c20aa79dd
commit
09df2c387a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue