mirror of https://github.com/OpenTTD/OpenTTD
Fix: typo in town growth rates (#7837)
parent
d242b1824c
commit
7e22f243ed
|
@ -3362,7 +3362,7 @@ static uint GetNormalGrowthRate(Town *t)
|
||||||
{
|
{
|
||||||
static const uint16 _grow_count_values[2][6] = {
|
static const uint16 _grow_count_values[2][6] = {
|
||||||
{ 120, 120, 120, 100, 80, 60 }, // Fund new buildings has been activated
|
{ 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);
|
int n = CountActiveStations(t);
|
||||||
|
|
Loading…
Reference in New Issue