From dee2f39f99c4bab5aedfbe5824722b57aa9da1d3 Mon Sep 17 00:00:00 2001 From: frosch Date: Wed, 10 Oct 2012 19:11:22 +0000 Subject: (svn r24584) -Doc: [Script] Improve API documentation. --- src/script/api/script_tile.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/script/api/script_tile.hpp') 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(). -- cgit v1.2.3-54-g00ecf