Changeset - r22786:d8a142ad17dd
[Not reviewed]
master
0 1 0
TrueBrain - 6 years ago 2018-04-11 17:44:36
truebrain@openttd.org
Fix #6550: minor spelling mistake in comment (juanjo)
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/tile_map.h
Show inline comments
 
@@ -44,7 +44,7 @@ uint TileHeightOutsideMap(int x, int y);
 
 * @param tile The tile to change the height
 
 * @param height The new height value of the tile
 
 * @pre tile < MapSize()
 
 * @pre heigth <= MAX_TILE_HEIGHT
 
 * @pre height <= MAX_TILE_HEIGHT
 
 */
 
static inline void SetTileHeight(TileIndex tile, uint height)
 
{
0 comments (0 inline, 0 general)