summaryrefslogtreecommitdiff
path: root/src/newgrf_airporttiles.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-08-26 11:18:32 +0000
committerrubidium <rubidium@openttd.org>2010-08-26 11:18:32 +0000
commit193800e0faef9711b48cedcf37feb896d9e0c448 (patch)
tree87a4aea07bcd17482ecb0f9d7c89bb1baed02c37 /src/newgrf_airporttiles.h
parent134712ec646d02fcc8e99a8bffe7eee02d251e96 (diff)
downloadopenttd-193800e0faef9711b48cedcf37feb896d9e0c448.tar.xz
(svn r20620) -Codechange: rename airporttile's callback_flags to callback_mask, so it's the same for all NewGRF features with callbacks
Diffstat (limited to 'src/newgrf_airporttiles.h')
-rw-r--r--src/newgrf_airporttiles.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newgrf_airporttiles.h b/src/newgrf_airporttiles.h
index 3e7979297..054451f25 100644
--- a/src/newgrf_airporttiles.h
+++ b/src/newgrf_airporttiles.h
@@ -33,7 +33,7 @@ struct AirportTileSpec {
uint8 animation_speed; ///< The speed of the animation
StringID name; ///< Tile Subname string, land information on this tile will give you "AirportName (TileSubname)"
- uint8 callback_flags; ///< Flags telling which grf callback is set
+ uint8 callback_mask; ///< Bitmask telling which grf callback is set
uint8 animation_triggers; ///< When to start the animation
uint8 animation_special_flags; ///< Extra flags to influence the animation
bool enabled; ///< entity still available (by default true). newgrf can disable it, though