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); |
|
303 |
302 /** |
304 /** |
303 * Check if a TownID is valid. |
305 * Check if a TownID is valid. |
304 * @param index to inquiry in the pool of town |
306 * @param index to inquiry in the pool of town |
305 * @return true if it exists |
307 * @return true if it exists |
306 */ |
308 */ |