mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix S_ChangeMusic newmusic -> mmusic, merge error
This commit is contained in:
parent
0939cabd57
commit
123c781b27
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…
Add table
Reference in a new issue