summaryrefslogtreecommitdiff
path: root/src/tilehighlight_type.h
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2011-05-14 18:35:40 +0000
committeralberth <alberth@openttd.org>2011-05-14 18:35:40 +0000
commit28092366ec8aaf953b6e8bb92d745ee2c32fad1e (patch)
treee2176cb86f0b1f62424b6ce93812fad1260e6c84 /src/tilehighlight_type.h
parentaa4c7e021c8622aedeae780af3d8d362b1e5d515 (diff)
downloadopenttd-28092366ec8aaf953b6e8bb92d745ee2c32fad1e.tar.xz
(svn r22459) -Doc: Typo fixes and doxygen markup improvements.
Diffstat (limited to 'src/tilehighlight_type.h')
-rw-r--r--src/tilehighlight_type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tilehighlight_type.h b/src/tilehighlight_type.h
index a37b97d97..afe38ace6 100644
--- a/src/tilehighlight_type.h
+++ b/src/tilehighlight_type.h
@@ -24,7 +24,7 @@ enum HighLightStyle {
HT_POINT = 0x020, ///< point (lower land, raise land, level land, ...)
HT_SPECIAL = 0x030, ///< special mode used for highlighting while dragging (and for tunnels/docks)
HT_DRAG = 0x040, ///< dragging items in the depot windows
- HT_LINE = 0x008, ///< used for autorail highlighting (longer streches), lower bits: direction
+ HT_LINE = 0x008, ///< used for autorail highlighting (longer stretches), lower bits: direction
HT_RAIL = 0x080, ///< autorail (one piece), lower bits: direction
HT_VEHICLE = 0x100, ///< vehicle is accepted as target as well (bitmask)
HT_DIAGONAL = 0x200, ///< Also allow 'diagonal rectangles'. Only usable in combination with #HT_RECT or #HT_POINT.