Changeset - r23935:945af56c70e1
[Not reviewed]
master
0 1 0
Yourself - 5 years ago 2019-11-18 15:20:47
kyle.smith314@gmail.com
Fix: typo in town growth rates (#7837)
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/town_cmd.cpp
Show inline comments
 
@@ -3362,7 +3362,7 @@ static uint GetNormalGrowthRate(Town *t)
 
{
 
	static const uint16 _grow_count_values[2][6] = {
 
		{ 120, 120, 120, 100,  80,  60 }, // Fund new buildings has been activated
 
		{ 320, 420, 300, 220, 160, 100 }  // Normal values
 
		{ 420, 420, 300, 220, 160, 100 }  // Normal values
 
	};
 

	
 
	int n = CountActiveStations(t);
0 comments (0 inline, 0 general)