From 2636a4809b27bac69448e583889056e56938decd Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 5 Mar 2011 10:47:49 +0000 Subject: (svn r22197) -Cleanup: remove the distinction between conditional and non-conditional settings; with default from and to savegame versions all can be conditional. They previously were as well; the non-conditional ones were macros of the conditionals with to/from saveload versions hardcoded --- src/table/win32_settings.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/table/win32_settings.ini') diff --git a/src/table/win32_settings.ini b/src/table/win32_settings.ini index 1fd0cbf53..9f7014189 100644 --- a/src/table/win32_settings.ini +++ b/src/table/win32_settings.ini @@ -9,8 +9,8 @@ static const SettingDescGlobVarList _win32_settings[] = { }; #endif /* WIN32 */ [templates] -SDTG_BOOL = SDTG_BOOL($name, $flags, $guiflags, $var, $def, $str, $proc), -SDTG_VAR = SDTG_VAR($name, $type, $flags, $guiflags, $var, $def, $min, $max, $interval, $str, $proc), +SDTG_BOOL = SDTG_BOOL($name, $flags, $guiflags, $var, $def, $str, $proc, $from, $to), +SDTG_VAR = SDTG_VAR($name, $type, $flags, $guiflags, $var, $def, $min, $max, $interval, $str, $proc, $from, $to), SDTG_END = SDTG_END() [defaults] -- cgit v1.2.3-54-g00ecf