Import patch for random town road reconstruction.

From https://www.tt-forums.net/viewtopic.php?f=33&t=36438

Change scale from 0-100 to 0-1000
Adjust strings, settings GUI placement, etc.
This commit is contained in:
Jonathan G Rennison
2016-09-19 23:07:09 +01:00
parent d0657a587e
commit f0bcec77fb
5 changed files with 18 additions and 1 deletions

View File

@@ -547,6 +547,7 @@ struct EconomySettings {
int8 town_cargo_factor; ///< power-of-two multiplier for town (passenger, mail) generation. May be negative.
bool infrastructure_maintenance; ///< enable monthly maintenance fee for owner infrastructure
uint8 day_length_factor; ///< factor which the length of day is multiplied
uint16 random_road_reconstruction; ///< chance out of 1000 per tile loop for towns to start random road re-construction
};
struct LinkGraphSettings {