summaryrefslogtreecommitdiff
path: root/src/tile_map.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tile_map.cpp')
-rw-r--r--src/tile_map.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tile_map.cpp b/src/tile_map.cpp
index e0ace3e80..81e4f469a 100644
--- a/src/tile_map.cpp
+++ b/src/tile_map.cpp
@@ -78,7 +78,7 @@ uint GetTileZ(TileIndex tile)
/**
* Get top height of the tile
- * @param tile Tile to compute height of
+ * @param t Tile to compute height of
* @return Maximum height of the tile */
uint GetTileMaxZ(TileIndex t)
{