File diff r8290:b32f411ab7cc → r8291:f082c9a42b1f
src/openttd.cpp
Show inline comments
 
@@ -2018,8 +2018,8 @@ bool AfterLoadGame()
 
		}
 
	}
 

	
 
	/* Count the buildings after updating the map array. */
 
	AfterLoadCountBuildings();
 
	/* Check that house ids are still valid. */
 
	CheckHouseIDs();
 

	
 
	if (CheckSavegameVersion(43)) {
 
		for (TileIndex t = 0; t < map_size; t++) {