diff --git a/desktop_version/src/FileSystemUtils.cpp b/desktop_version/src/FileSystemUtils.cpp index e499bb45..ee14f3c5 100644 --- a/desktop_version/src/FileSystemUtils.cpp +++ b/desktop_version/src/FileSystemUtils.cpp @@ -118,7 +118,7 @@ int FILESYSTEM_init(char *argvZero, char* baseDir, char *assetsPath) else { SDL_snprintf(output, sizeof(output), "%s%s", - PHYSFS_getBaseDir(), + SDL_GetBasePath(), "data.zip" ); }