Changeset - r10964:cfb60d831f24
[Not reviewed]
master
0 1 0
smatz - 15 years ago 2009-02-01 00:50:32
smatz@openttd.org
(svn r15303) -Fix (r12381): desync if a GRF used town's last month max. pass/mail
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/saveload/town_sl.cpp
Show inline comments
 
@@ -55,7 +55,6 @@ void UpdateHousesAndTowns()
 
	/* Update the population and num_house dependant values */
 
	FOR_ALL_TOWNS(town) {
 
		UpdateTownRadius(town);
 
		UpdateTownMaxPass(town);
 
	}
 
}
 

	
0 comments (0 inline, 0 general)