summaryrefslogtreecommitdiff
path: root/src/script/api/script_tile.hpp
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2012-10-10 19:11:22 +0000
committerfrosch <frosch@openttd.org>2012-10-10 19:11:22 +0000
commitdee2f39f99c4bab5aedfbe5824722b57aa9da1d3 (patch)
tree188bfda3954ac4f1587ba3c87c03e326064b89db /src/script/api/script_tile.hpp
parentdda3709c7ec8af0221bedafdbdde7a89097992ce (diff)
downloadopenttd-dee2f39f99c4bab5aedfbe5824722b57aa9da1d3.tar.xz
(svn r24584) -Doc: [Script] Improve API documentation.
Diffstat (limited to 'src/script/api/script_tile.hpp')
-rw-r--r--src/script/api/script_tile.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script/api/script_tile.hpp b/src/script/api/script_tile.hpp
index 96f1a39bb..e4d9cda98 100644
--- a/src/script/api/script_tile.hpp
+++ b/src/script/api/script_tile.hpp
@@ -400,7 +400,7 @@ public:
/**
* Level all tiles in the rectangle between start_tile and end_tile so they
* are at the same height. All tiles will be raised or lowered until
- * they are at height ScriptTile::GetHeight(start_tile).
+ * they are at height ScriptTile::GetCornerHeight(start_tile, ScriptTile::CORNER_N).
* @param start_tile One corner of the rectangle to level.
* @param end_tile The opposite corner of the rectangle.
* @pre start_tile < ScriptMap::GetMapSize().