summaryrefslogtreecommitdiff
path: root/src/map_func.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map_func.h')
-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()
{