mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-03 12:31:15 +00:00
Only do this on non-Windows
This commit is contained in:
parent
eb45ff9a1d
commit
c4223b7e2c
@ -204,7 +204,6 @@ void MxString::MapPathToFilesystem(char* p_path)
|
|||||||
|
|
||||||
path++;
|
path++;
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
size_t pathLen = SDL_strlen(p_path);
|
size_t pathLen = SDL_strlen(p_path);
|
||||||
|
|
||||||
@ -230,4 +229,5 @@ void MxString::MapPathToFilesystem(char* p_path)
|
|||||||
if (!mapPath(MxOmni::GetHDFiles())) {
|
if (!mapPath(MxOmni::GetHDFiles())) {
|
||||||
mapPath(MxOmni::GetCDFiles());
|
mapPath(MxOmni::GetCDFiles());
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user