Fix saving to %APPDATA% on Windows...

git-svn-id: https://svn.eduke32.com/eduke32@7381 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2019-03-02 23:52:50 +00:00
parent 33a3e9fbca
commit 35b208eeab

View file

@ -312,7 +312,7 @@ void G_ExtInit(void)
} }
#if defined(_WIN32) && !defined(EDUKE32_STANDALONE) #if defined(_WIN32) && !defined(EDUKE32_STANDALONE)
if (!buildvfs_exists("user_profiles_enabled")) if (buildvfs_exists("user_profiles_enabled"))
#else #else
if (g_useCwd == 0 && !buildvfs_exists("user_profiles_disabled")) if (g_useCwd == 0 && !buildvfs_exists("user_profiles_disabled"))
#endif #endif