summaryrefslogtreecommitdiff
path: root/src/newgrf_airport.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-08-07 20:51:07 +0000
committerrubidium <rubidium@openttd.org>2010-08-07 20:51:07 +0000
commitaf9d8824bd7d08fa512f34c02c238d0042d060a7 (patch)
tree170c8c3254db148d81d53cf6ee71f8a1ae169c04 /src/newgrf_airport.h
parentf5d972cadee484c55987564b0103be83854329d4 (diff)
downloadopenttd-af9d8824bd7d08fa512f34c02c238d0042d060a7.tar.xz
(svn r20398) -Codechange: move some variables of GRFFileProps into (the new) GRFFilePropsBase
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 a20be0f54..def946907 100644
--- a/src/newgrf_airport.h
+++ b/src/newgrf_airport.h
@@ -76,7 +76,7 @@ struct AirportSpec {
SpriteID preview_sprite; ///< preview sprite for this airport
/* Newgrf data */
bool enabled; ///< entity still avaible (by default true).newgrf can disable it, though
- GRFFileProps grf_prop; ///< properties related the the grf file
+ struct GRFFileProps grf_prop; ///< properties related the the grf file
static const AirportSpec *Get(byte type);
static AirportSpec *GetWithoutOverride(byte type);