diff options
Diffstat (limited to 'src/town_cmd.cpp')
-rw-r--r-- | src/town_cmd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/town_cmd.cpp b/src/town_cmd.cpp index e361cb1f3..ad0cf2ac7 100644 --- a/src/town_cmd.cpp +++ b/src/town_cmd.cpp @@ -1638,7 +1638,7 @@ static bool IsTileAlignedToGrid(TileIndex tile, TownLayout layout) */ struct SpotData { TileIndex tile; ///< holds the tile that was found - uint max_dist; ///< holds the distance that tile is from the water + uint max_dist; ///< holds the distance that tile is from the water TownLayout layout; ///< tells us what kind of town we're building }; |