diff options
author | alberth <alberth@openttd.org> | 2010-10-30 17:51:07 +0000 |
---|---|---|
committer | alberth <alberth@openttd.org> | 2010-10-30 17:51:07 +0000 |
commit | 7e48d85104549cbb3604aa7eb262b922dbc3f640 (patch) | |
tree | 0afba23f2fce7664320853c8deaaf293b8363e16 /src/newgrf_house.cpp | |
parent | ca8d55ebcd368998aac4a46f8697a5c4585df66d (diff) | |
download | openttd-7e48d85104549cbb3604aa7eb262b922dbc3f640.tar.xz |
(svn r21060) -Doc: Improved wording of comments (mostly by __ln__)
Diffstat (limited to 'src/newgrf_house.cpp')
-rw-r--r-- | src/newgrf_house.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newgrf_house.cpp b/src/newgrf_house.cpp index d9362121b..137f0adf2 100644 --- a/src/newgrf_house.cpp +++ b/src/newgrf_house.cpp @@ -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; |