diff options
author | TrueBrain <truebrain@openttd.org> | 2018-04-11 19:44:36 +0200 |
---|---|---|
committer | Patric Stout <truelight@openttd.org> | 2018-04-11 20:08:08 +0200 |
commit | 66f67ac5ac6fe3401f7b8d0eb1c75b23f0475c75 (patch) | |
tree | 0a21b3137abbe1fc1ec36190f1c092a834feb51c /src | |
parent | dd6b82d6b200b48f8e39aa1923ec7ba260c7e87f (diff) | |
download | openttd-66f67ac5ac6fe3401f7b8d0eb1c75b23f0475c75.tar.xz |
Fix #6550: minor spelling mistake in comment (juanjo)
Diffstat (limited to 'src')
-rw-r--r-- | src/tile_map.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tile_map.h b/src/tile_map.h index 4d5891d7b..66726df61 100644 --- a/src/tile_map.h +++ b/src/tile_map.h @@ -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) { |