From 68bb84f90b70f70905e054c9f5c033e0049617e4 Mon Sep 17 00:00:00 2001 From: Ethan Lee Date: Sat, 18 Apr 2020 11:38:27 -0400 Subject: [PATCH] Bools are hard... --- desktop_version/src/FileSystemUtils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop_version/src/FileSystemUtils.cpp b/desktop_version/src/FileSystemUtils.cpp index a5496528..30ad4cc6 100644 --- a/desktop_version/src/FileSystemUtils.cpp +++ b/desktop_version/src/FileSystemUtils.cpp @@ -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