From 7fb3f54584fd9dd3266997cd12bd1853c18ad5bb Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 29 Jul 2007 23:42:59 +0000 Subject: (svn r10733) -Codechange: change MP_STREET into MP_ROAD as we use the word "road" everywhere except in the tile type. --- src/tile.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tile.h') diff --git a/src/tile.h b/src/tile.h index 156f75b76..c4ce7454b 100644 --- a/src/tile.h +++ b/src/tile.h @@ -26,7 +26,7 @@ enum TileType { MP_CLEAR, ///< A tile without any structures, i.e. grass, rocks, farm fields etc. MP_RAILWAY, ///< A railway - MP_STREET, ///< A street + MP_ROAD, ///< A tile with road (or tram tracks) MP_HOUSE, ///< A house by a town MP_TREES, ///< Tile got trees MP_STATION, ///< A tile of a station @@ -46,7 +46,7 @@ enum TileType { enum TropicZone { TROPICZONE_INVALID = 0, ///< Invalid tropiczone-type TROPICZONE_DESERT = 1, ///< Tile is desert - TROPICZONE_RAINFOREST = 2, ///< Normal grass tile + TROPICZONE_RAINFOREST = 2, ///< Rainforest tile }; Slope GetTileSlope(TileIndex tile, uint *h); -- cgit v1.2.3-54-g00ecf