1
0
Fork 0

(svn r15303) -Fix (r12381): desync if a GRF used town's last month max. pass/mail

release/0.7
smatz 2009-02-01 00:50:32 +00:00
parent 969af4d97d
commit 16b9dcd0ea
1 changed files with 0 additions and 1 deletions

View File

@ -55,7 +55,6 @@ void UpdateHousesAndTowns()
/* Update the population and num_house dependant values */
FOR_ALL_TOWNS(town) {
UpdateTownRadius(town);
UpdateTownMaxPass(town);
}
}