Revert "Fix loading levels that are... uh, just levels."

This reverts commit ea74b93f38.

This is reverted for being a bit of a hack in my opinion.
This commit is contained in:
Misa
2021-08-18 09:52:38 -07:00
parent 0fd4f21710
commit a1df4c1383
3 changed files with 2 additions and 7 deletions

View File

@@ -241,7 +241,7 @@ bool FILESYSTEM_isMounted(const char* filename)
return PHYSFS_getMountPoint(filename) != NULL;
}
bool FILESYSTEM_exists(const char *fname)
static bool FILESYSTEM_exists(const char *fname)
{
return PHYSFS_exists(fname);
}