mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-12 11:10:39 +00:00
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:
parent
33a3e9fbca
commit
35b208eeab
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue