forked from mirror/OpenTTD
(svn r21060) -Doc: Improved wording of comments (mostly by __ln__)
This commit is contained in:
@@ -138,7 +138,7 @@ uint32 GetNearbyTileInformation(byte parameter, TileIndex tile)
|
||||
|
||||
/** Structure with user-data for SearchNearbyHouseXXX - functions */
|
||||
typedef struct {
|
||||
const HouseSpec *hs; ///< Specs of the house, that started the search
|
||||
const HouseSpec *hs; ///< Specs of the house that started the search.
|
||||
TileIndex north_tile; ///< Northern tile of the house.
|
||||
} SearchNearbyHouseData;
|
||||
|
||||
|
Reference in New Issue
Block a user