summaryrefslogtreecommitdiff
path: root/src/landscape.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/landscape.cpp')
-rw-r--r--src/landscape.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/landscape.cpp b/src/landscape.cpp
index 6c9f062f5..a83c42d70 100644
--- a/src/landscape.cpp
+++ b/src/landscape.cpp
@@ -291,7 +291,7 @@ int GetSlopeZInCorner(Slope tileh, Corner corner)
/**
* Determine the Z height of the corners of a specific tile edge
*
- * @note If a tile has a non-continuous halftile foundation, a corner can have different heights wrt. it's edges.
+ * @note If a tile has a non-continuous halftile foundation, a corner can have different heights wrt. its edges.
*
* @pre z1 and z2 must be initialized (typ. with TileZ). The corner heights just get added.
*