- this define is not needed.

This commit is contained in:
Christoph Oelckers 2019-09-20 23:52:38 +02:00
parent 6317706b03
commit 26c0490763

View file

@ -601,7 +601,7 @@ int32_t CONFIG_ReadSetup(void)
{ {
if (buildvfs_exists(g_setupFileName)) // JBF 20031211 if (buildvfs_exists(g_setupFileName)) // JBF 20031211
ud.config.scripthandle = SCRIPT_Load(g_setupFileName); ud.config.scripthandle = SCRIPT_Load(g_setupFileName);
#if !defined(EDUKE32_TOUCH_DEVICES) && !defined(EDUKE32_STANDALONE) #if !defined(EDUKE32_TOUCH_DEVICES)
else if (buildvfs_exists(SETUPFILENAME)) else if (buildvfs_exists(SETUPFILENAME))
{ {
int const i = wm_ynbox("Import Configuration Settings", int const i = wm_ynbox("Import Configuration Settings",