mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 09:28:15 +03:00
Bools are hard...
This commit is contained in:
@@ -476,7 +476,7 @@ bool FILESYSTEM_openDirectoryEnabled()
|
||||
* If you're working on a tenfoot-only build, add a def that always
|
||||
* returns false!
|
||||
*/
|
||||
return !SDL_GetHintBoolean("SteamTenfoot", SDL_TRUE);
|
||||
return !SDL_GetHintBoolean("SteamTenfoot", SDL_FALSE);
|
||||
}
|
||||
|
||||
#ifdef _WIN32
|
||||
|
||||
Reference in New Issue
Block a user