Mercurial > hg > openttd
diff src/settings_gui.cpp @ 14155:96be446af436 draft
(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".
author | rubidium <rubidium@openttd.org> |
---|---|
date | Sun, 03 Jan 2010 21:29:20 +0000 (2010-01-03) |
parents | 39a257893f4c |
children | a899d4e5ee1a |
line wrap: on
line diff
--- a/src/settings_gui.cpp +++ b/src/settings_gui.cpp @@ -1372,6 +1372,7 @@ 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)};