src/openttd.cpp
changeset 8787 3cf49b620b77
parent 8772 8ae63fc3bbfb
child 8799 e0867e763d41
--- a/src/openttd.cpp	Mon Jan 14 20:52:43 2008 +0000
+++ b/src/openttd.cpp	Tue Jan 15 00:03:48 2008 +0000
@@ -2018,8 +2018,8 @@
 		}
 	}
 
-	/* 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++) {