mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-31 02:14:09 +03:00
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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user