Fix MSVC build problem. This needs to be looked at further. DONT_BUILD.

git-svn-id: https://svn.eduke32.com/eduke32@6011 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2017-01-18 22:21:23 +00:00
parent bc13f9dd39
commit 129539a49d
1 changed files with 1 additions and 1 deletions

View File

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