From a887b79f904ffea8138877feddf138400bf46eaa Mon Sep 17 00:00:00 2001 From: skidd13 Date: Tue, 18 Mar 2008 12:28:21 +0000 Subject: (svn r12381) -Fix [FS1835] [FS1535] (r11855): The number of houses wasn't computed right. A few other things regaring the updating had to be changed. Big thanks for support to frosch123 and SmatZ, to name just a few. (Inspired by a patch of bilbo) --- src/newgrf_house.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/newgrf_house.h') diff --git a/src/newgrf_house.h b/src/newgrf_house.h index 5c70a2cb8..a74906aad 100644 --- a/src/newgrf_house.h +++ b/src/newgrf_house.h @@ -26,7 +26,7 @@ struct HouseClassMapping { uint8 class_id; ////< The class id within the grf file }; -void CheckHouseIDs(); +void UpdateHousesAndTowns(); HouseClassID AllocateHouseClassID(byte grf_class_id, uint32 grfid); -- cgit v1.2.3-54-g00ecf