summaryrefslogtreecommitdiff
path: root/src/newgrf_airport.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2013-08-09 18:43:44 +0000
committerrubidium <rubidium@openttd.org>2013-08-09 18:43:44 +0000
commit13855f0a09ea00c6b21aabcd7d7f90a2d947a734 (patch)
treecd92da83076680562eae5529f89b140dae610c75 /src/newgrf_airport.h
parent78c48ee72023122d4c4a61c7323d9bfe67095b0c (diff)
downloadopenttd-13855f0a09ea00c6b21aabcd7d7f90a2d947a734.tar.xz
(svn r25705) -Fix: a number of typos (inspired by 90c920601c84975acb694f3673e2beb08b013753)
Diffstat (limited to 'src/newgrf_airport.h')
-rw-r--r--src/newgrf_airport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newgrf_airport.h b/src/newgrf_airport.h
index e9cf76511..5a917c6bd 100644
--- a/src/newgrf_airport.h
+++ b/src/newgrf_airport.h
@@ -91,7 +91,7 @@ enum TTDPAirportType {
struct HangarTileTable {
TileIndexDiffC ti; ///< Tile offset from the top-most airport tile.
Direction dir; ///< Direction of the exit.
- byte hangar_num; ///< The hanger to which this tile belongs.
+ byte hangar_num; ///< The hangar to which this tile belongs.
};
/**