(svn r21974) -Feature: Add a setting to enable/disable funding local road reconstruction.

This commit is contained in:
terkhen
2011-02-05 13:46:09 +00:00
parent 91dcc9e016
commit a4b08dddd1
6 changed files with 11 additions and 1 deletions

View File

@@ -367,6 +367,7 @@ struct EconomySettings {
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 fund_roads; ///< allow funding local road reconstruction
bool give_money; ///< allow giving other companies money
bool mod_road_rebuild; ///< roadworks remove unneccesary RoadBits
bool multiple_industry_per_town; ///< allow many industries of the same type per town