File diff r10963:9465f8d648f5 → r10964:cfb60d831f24
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);
 
	}
 
}