summaryrefslogtreecommitdiff
path: root/src/settings_gui.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-01-03 21:29:20 +0000
committerrubidium <rubidium@openttd.org>2010-01-03 21:29:20 +0000
commit069b6a9fab6749e989d8d2a8659e51fb0cf30574 (patch)
treefe22226c5f887dfbeada36637eb3df9910bed2fe /src/settings_gui.cpp
parenta9d4147eb28618727c7f8ad013146d04350d3ffe (diff)
downloadopenttd-069b6a9fab6749e989d8d2a8659e51fb0cf30574.tar.xz
(svn r18703) -Feature-ish: allow virtually paying a percentage of the leg profit in feeder chains. This to give the user a better chance to get a feeder system without "losses".
Diffstat (limited to 'src/settings_gui.cpp')
-rw-r--r--src/settings_gui.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/settings_gui.cpp b/src/settings_gui.cpp
index 5b70640db..9f35482a4 100644
--- a/src/settings_gui.cpp
+++ b/src/settings_gui.cpp
@@ -1372,6 +1372,7 @@ static SettingEntry _settings_economy[] = {
SettingEntry(&_settings_economy_industries_page, STR_CONFIG_SETTING_ECONOMY_INDUSTRIES),
SettingEntry("economy.inflation"),
SettingEntry("economy.smooth_economy"),
+ SettingEntry("economy.feeder_payment_share"),
};
/** Economy sub-page */
static SettingsPage _settings_economy_page = {_settings_economy, lengthof(_settings_economy)};