diff --git a/source/duke3d/src/common.cpp b/source/duke3d/src/common.cpp index 85d538463..348289382 100644 --- a/source/duke3d/src/common.cpp +++ b/source/duke3d/src/common.cpp @@ -312,7 +312,7 @@ void G_ExtInit(void) } #if defined(_WIN32) && !defined(EDUKE32_STANDALONE) - if (!buildvfs_exists("user_profiles_enabled")) + if (buildvfs_exists("user_profiles_enabled")) #else if (g_useCwd == 0 && !buildvfs_exists("user_profiles_disabled")) #endif