Remove " Settings" from user profile folders on Windows

git-svn-id: https://svn.eduke32.com/eduke32@6752 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hendricks266 2018-03-08 03:55:52 +00:00
parent 6895ca0fc0
commit 9e0c1277ba

View file

@ -317,7 +317,7 @@ void G_ExtInit(void)
{
Bsnprintf(cwd,sizeof(cwd),"%s/"
#if defined(_WIN32)
APPNAME " Settings"
APPNAME
#elif defined(GEKKO)
"apps/" APPBASENAME
#else