1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-28 08:59:09 +00:00

Fix #6550: minor spelling mistake in comment (juanjo)

This commit is contained in:
TrueBrain
2018-04-11 19:44:36 +02:00
committed by Patric Stout
parent dd6b82d6b2
commit 66f67ac5ac

View File

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