mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 07:12:16 +00:00
Fix for __unix__ compilation -- section not changed with the rest of fe2dcfd588
This commit is contained in:
parent
3ec6ad5018
commit
6c13ba40ac
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ static Instrument *load_instrument(Renderer *song, const char *name, int percuss
|
||||||
{
|
{
|
||||||
#ifdef __unix__ // Windows isn't case-sensitive.
|
#ifdef __unix__ // Windows isn't case-sensitive.
|
||||||
tmp.ToUpper();
|
tmp.ToUpper();
|
||||||
if ((fp = open_filereader(tmp, openmode, NULL)) == NULL)
|
if ((fp = pathExpander.openFileReader(tmp, NULL)) == NULL)
|
||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
noluck = true;
|
noluck = true;
|
||||||
|
|
Loading…
Reference in a new issue