diff --git a/LEGO1/omni/src/common/mxstring.cpp b/LEGO1/omni/src/common/mxstring.cpp index 050be834..8ddc6a86 100644 --- a/LEGO1/omni/src/common/mxstring.cpp +++ b/LEGO1/omni/src/common/mxstring.cpp @@ -204,7 +204,6 @@ void MxString::MapPathToFilesystem(char* p_path) path++; } -#endif size_t pathLen = SDL_strlen(p_path); @@ -230,4 +229,5 @@ void MxString::MapPathToFilesystem(char* p_path) if (!mapPath(MxOmni::GetHDFiles())) { mapPath(MxOmni::GetCDFiles()); } +#endif }