summaryrefslogtreecommitdiff
path: root/src/table/company_settings.ini
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-03-05 10:47:49 +0000
committerrubidium <rubidium@openttd.org>2011-03-05 10:47:49 +0000
commit2636a4809b27bac69448e583889056e56938decd (patch)
tree018c6650a8efc6925f234be18b5ad1dea1c38361 /src/table/company_settings.ini
parentcb3fa759f338fb5e8aee36ec78e8f41c40bace66 (diff)
downloadopenttd-2636a4809b27bac69448e583889056e56938decd.tar.xz
(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
Diffstat (limited to 'src/table/company_settings.ini')
-rw-r--r--src/table/company_settings.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/table/company_settings.ini b/src/table/company_settings.ini
index 16ecbb641..ee8ee0a2b 100644
--- a/src/table/company_settings.ini
+++ b/src/table/company_settings.ini
@@ -3,8 +3,8 @@ static const SettingDesc _company_settings[] = {
[post-amble]
};
[templates]
-SDT_BOOL = SDT_BOOL($base, $var, $flags, $guiflags, $def, $str, $proc),
-SDT_VAR = SDT_VAR($base, $var, $type, $flags, $guiflags, $def, $min, $max, $interval, $str, $proc),
+SDT_BOOL = SDT_BOOL($base, $var, $flags, $guiflags, $def, $str, $proc, $from, $to),
+SDT_VAR = SDT_VAR($base, $var, $type, $flags, $guiflags, $def, $min, $max, $interval, $str, $proc, $from, $to),
SDT_END = SDT_END()
[defaults]