equal
deleted
inserted
replaced
297 { |
297 { |
298 assert(house_id < HOUSE_MAX); |
298 assert(house_id < HOUSE_MAX); |
299 return &_house_specs[house_id]; |
299 return &_house_specs[house_id]; |
300 } |
300 } |
301 |
301 |
302 TileIndex GetHouseNorthPart(HouseID &house); |
302 TileIndexDiff GetHouseNorthPart(HouseID &house); |
303 |
303 |
304 /** |
304 /** |
305 * Check if a TownID is valid. |
305 * Check if a TownID is valid. |
306 * @param index to inquiry in the pool of town |
306 * @param index to inquiry in the pool of town |
307 * @return true if it exists |
307 * @return true if it exists |