diff options
Diffstat (limited to 'src/newgrf_house.cpp')
-rw-r--r-- | src/newgrf_house.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/newgrf_house.cpp b/src/newgrf_house.cpp index e54a97685..9a7ff4444 100644 --- a/src/newgrf_house.cpp +++ b/src/newgrf_house.cpp @@ -199,10 +199,10 @@ static uint32 GetNearbyTileInformation(byte parameter, TileIndex tile, bool grf_ } /** Structure with user-data for SearchNearbyHouseXXX - functions */ -typedef struct { +struct SearchNearbyHouseData { const HouseSpec *hs; ///< Specs of the house that started the search. TileIndex north_tile; ///< Northern tile of the house. -} SearchNearbyHouseData; +}; /** * Callback function to search a house by its HouseID |