mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-20 08:20:52 +00:00
Remove tolower music_name, because we do case-insensitive matching now
This commit is contained in:
parent
48b6255e93
commit
9f3549e5e1
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…
Reference in a new issue