summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2009-03-05 17:21:42 +0000
committerbelugas <belugas@openttd.org>2009-03-05 17:21:42 +0000
commit866e0d0924fa239dea6159437c7228ac3fd0b125 (patch)
tree595d50c2b48c8063b27f30d50cc517fba60f5b5e
parent09f95fa8017c6ad907e21147d217015aeac2e6a0 (diff)
downloadopenttd-866e0d0924fa239dea6159437c7228ac3fd0b125.tar.xz
(svn r15620) -Fix[FS#2699]: Error in documentation (Conditional Zenith).
-rw-r--r--src/map_func.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map_func.h b/src/map_func.h
index a3781204b..1d2eec8eb 100644
--- a/src/map_func.h
+++ b/src/map_func.h
@@ -102,8 +102,8 @@ static inline uint MapMaxX()
}
/**
- * Gets the maximum X coordinate within the map, including MP_VOID
- * @return the maximum X coordinate
+ * Gets the maximum Y coordinate within the map, including MP_VOID
+ * @return the maximum Y coordinate
*/
static inline uint MapMaxY()
{