(svn r15303) -Fix (r12381): desync if a GRF used town's last month max. pass/mail
This commit is contained in:
@@ -55,7 +55,6 @@ void UpdateHousesAndTowns()
|
|||||||
/* Update the population and num_house dependant values */
|
/* Update the population and num_house dependant values */
|
||||||
FOR_ALL_TOWNS(town) {
|
FOR_ALL_TOWNS(town) {
|
||||||
UpdateTownRadius(town);
|
UpdateTownRadius(town);
|
||||||
UpdateTownMaxPass(town);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user