diff options
Diffstat (limited to 'src/tunnelbridge_map.h')
-rw-r--r-- | src/tunnelbridge_map.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tunnelbridge_map.h b/src/tunnelbridge_map.h index ff3a36aac..0f7f17b3a 100644 --- a/src/tunnelbridge_map.h +++ b/src/tunnelbridge_map.h @@ -23,7 +23,7 @@ * Bridge: Get the direction pointing onto the bridge * @param t The tile to analyze * @pre IsTileType(t, MP_TUNNELBRIDGE) - * @return the above mentionned direction + * @return the above mentioned direction */ static inline DiagDirection GetTunnelBridgeDirection(TileIndex t) { |