Fix swapped EDUKE32_STANDALONE ifdefs for screenshot filenames

git-svn-id: https://svn.eduke32.com/eduke32@6268 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2017-06-24 21:17:46 +00:00
parent 8dc6fb6cfd
commit 1069db7e1e
2 changed files with 2 additions and 2 deletions

View file

@ -206,7 +206,7 @@ void G_HandleSpecialKeys(void)
KB_ClearKeyDown(sc_F12);
screencapture(
#ifdef EDUKE32_STANDALONE
#ifndef EDUKE32_STANDALONE
"duke0000.tga"
#else
"scrn0000.tga"

View file

@ -1213,7 +1213,7 @@ static int32_t osdcmd_screenshot(const osdfuncparm_t *parm)
UNREFERENCED_PARAMETER(parm);
// KB_ClearKeysDown();
screencapture(
#ifdef EDUKE32_STANDALONE
#ifndef EDUKE32_STANDALONE
"duke0000.tga"
#else
"scrn0000.tga"