changeset 11271:6e85a72b0103 draft

(svn r15620) -Fix[FS#2699]: Error in documentation (Conditional Zenith).
author belugas <belugas@openttd.org>
date Thu, 05 Mar 2009 17:21:42 +0000
parents a5db358c2ada
children f439ba87f847
files src/map_func.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/map_func.h
+++ b/src/map_func.h
@@ -102,8 +102,8 @@
 }
 
 /**
- * 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()
 {