(svn r26076) -Codechange: upgrade some C-style named structs to C++-style named structs

This commit is contained in:
rubidium
2013-11-23 21:31:00 +00:00
parent 31d55ff1a4
commit 428faaf4ad
2 changed files with 4 additions and 4 deletions

View File

@@ -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