mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
newmusic -> mmusic typo, S_ChangeMusic
This commit is contained in:
parent
1b2d28bc7a
commit
093158b80b
1 changed files with 1 additions and 1 deletions
|
|
@ -1494,7 +1494,7 @@ void S_ChangeMusic(const char *mmusic, UINT16 mflags, boolean looping)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (strnicmp(music_name, newmusic, 6))
|
if (strnicmp(music_name, mmusic, 6))
|
||||||
{
|
{
|
||||||
S_StopMusic(); // shutdown old music
|
S_StopMusic(); // shutdown old music
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue