Store configuration data in AppData on Windows in standalone builds

git-svn-id: https://svn.eduke32.com/eduke32@6730 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2018-03-07 04:21:46 +00:00
parent aca16910d0
commit d9722401ed

View file

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