(svn r9613) -Feature: Make it possible to have some control over the town growth. The
default rate is TTD's original rate, and to approximate OpenTTD's previous behaviour the rate should be set to "Fast" or "Very Fast". Town growth can be switched off entirely, and if so, buildings will not be rebuilt. It is also possible to specify a proportion of towns that grow twice as fast as the others.
This commit is contained in:
@@ -225,6 +225,9 @@ struct Patches {
|
||||
|
||||
uint8 scrollwheel_scrolling;
|
||||
uint8 scrollwheel_multiplier;
|
||||
|
||||
uint8 town_growth_rate; ///< Town growth rate
|
||||
uint8 larger_towns; ///< 1 in the specified number of towns will grow twice as fast
|
||||
};
|
||||
|
||||
VARDEF Patches _patches;
|
||||
|
Reference in New Issue
Block a user