summaryrefslogtreecommitdiff
path: root/src/table/currency_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/currency_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/currency_settings.ini')
-rw-r--r--src/table/currency_settings.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/table/currency_settings.ini b/src/table/currency_settings.ini
index 04551ff3a..94e19ea4e 100644
--- a/src/table/currency_settings.ini
+++ b/src/table/currency_settings.ini
@@ -3,9 +3,9 @@ static const SettingDesc _currency_settings[] = {
[post-amble]
};
[templates]
-SDT_VAR = SDT_VAR($base, $var, $type, $flags, $guiflags, $def, $min, $max, $interval, $str, $proc),
-SDT_CHR = SDT_CHR($base, $var, $flags, $guiflags, $def, $str, $proc),
-SDT_STR = SDT_STR($base, $var, $type, $flags, $guiflags, $def, $str, $proc),
+SDT_VAR = SDT_VAR($base, $var, $type, $flags, $guiflags, $def, $min, $max, $interval, $str, $proc, $from, $to),
+SDT_CHR = SDT_CHR($base, $var, $flags, $guiflags, $def, $str, $proc, $from, $to),
+SDT_STR = SDT_STR($base, $var, $type, $flags, $guiflags, $def, $str, $proc, $from, $to),
SDT_END = SDT_END()
[defaults]