mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-10 01:52:33 +00:00
Remove tolower music_name, because we do case-insensitive matching now
This commit is contained in:
parent
3cf24dc9b7
commit
a622982a90
1 changed files with 0 additions and 4 deletions
|
|
@ -1562,10 +1562,6 @@ void S_ChangeMusicAdvanced(const char *mmusic, UINT16 mflags, boolean looping, U
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
newmusic[6] = 0;
|
newmusic[6] = 0;
|
||||||
int i;
|
|
||||||
for (i = 0; newmusic[i]; i++) {
|
|
||||||
newmusic[i] = tolower(newmusic[i]);
|
|
||||||
}
|
|
||||||
|
|
||||||
// No Music (empty string)
|
// No Music (empty string)
|
||||||
if (newmusic[0] == 0)
|
if (newmusic[0] == 0)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue