summaryrefslogtreecommitdiff
path: root/src/settings_type.h
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_type.h
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_type.h')
-rw-r--r--src/settings_type.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/settings_type.h b/src/settings_type.h
index 383b89e7d..5fef70dfa 100644
--- a/src/settings_type.h
+++ b/src/settings_type.h
@@ -328,6 +328,7 @@ struct EconomySettings {
bool bribe; ///< enable bribing the local authority
bool smooth_economy; ///< smooth economy
bool allow_shares; ///< allow the buying/selling of shares
+ uint8 feeder_payment_share; ///< percentage of leg payment to virtually pay in feeder systems
byte dist_local_authority; ///< distance for town local authority, default 20
bool exclusive_rights; ///< allow buying exclusive rights
bool give_money; ///< allow giving other companies money