mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 17:01:51 +00:00
- this define is not needed.
This commit is contained in:
parent
6317706b03
commit
26c0490763
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue