mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 17:01:51 +00:00
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:
parent
aca16910d0
commit
d9722401ed
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue