mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
strupr'ing demo filenames breaks demo selection on case sensitive file systems.
This commit is contained in:
parent
70fca10af2
commit
dbdc92d4be
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ static void Demos_MenuInit( void ) {
|
|||
if (!Q_stricmp(demoname + len - 4,".dm3"))
|
||||
demoname[len-4] = '\0';
|
||||
|
||||
Q_strupr(demoname);
|
||||
// Q_strupr(demoname);
|
||||
|
||||
demoname += len + 1;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue