From 545c1f1045b9026204c8c75cf11927fd4c260c66 Mon Sep 17 00:00:00 2001 From: frosch Date: Wed, 25 Jun 2008 20:04:27 +0000 Subject: (svn r13634) -Codechange: Let house var 0x65 ignore the house, the variable is queried for. --- src/town.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/town.h') diff --git a/src/town.h b/src/town.h index 2bf2b5234..dfdb7fbaa 100644 --- a/src/town.h +++ b/src/town.h @@ -299,6 +299,8 @@ static inline HouseSpec *GetHouseSpecs(HouseID house_id) return &_house_specs[house_id]; } +TileIndex GetHouseNorthPart(HouseID &house); + /** * Check if a TownID is valid. * @param index to inquiry in the pool of town -- cgit v1.2.3-54-g00ecf