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:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user