(svn r15620) -Fix[FS#2699]: Error in documentation (Conditional Zenith).

This commit is contained in:
belugas 2009-03-05 17:21:42 +00:00
parent a4aba77e49
commit 05fe2d8d21
1 changed files with 2 additions and 2 deletions

View File

@ -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()
{