From 05fe2d8d2114be0a5ded14827fd092cb79408bd6 Mon Sep 17 00:00:00 2001 From: belugas Date: Thu, 5 Mar 2009 17:21:42 +0000 Subject: (svn r15620) -Fix[FS#2699]: Error in documentation (Conditional Zenith). --- src/map_func.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/map_func.h') 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() { -- cgit v1.2.3-54-g00ecf