summaryrefslogtreecommitdiff
path: root/src/newgrf_spritegroup.h
diff options
context:
space:
mode:
authormichi_cc <michi_cc@openttd.org>2011-07-11 16:32:35 +0000
committermichi_cc <michi_cc@openttd.org>2011-07-11 16:32:35 +0000
commitd579af11e8c903c8019489c9a567b68cdd153b69 (patch)
tree5ec23b092d4f0fa6dc6529605e62a20c022b65c3 /src/newgrf_spritegroup.h
parente5dd6f922799a5f741d5e040efcd689f0f5e875b (diff)
downloadopenttd-d579af11e8c903c8019489c9a567b68cdd153b69.tar.xz
(svn r22659) -Add: [NewGRF] Support for the land slope check callback for stations.
Diffstat (limited to 'src/newgrf_spritegroup.h')
-rw-r--r--src/newgrf_spritegroup.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/newgrf_spritegroup.h b/src/newgrf_spritegroup.h
index d18ad643f..757e92e93 100644
--- a/src/newgrf_spritegroup.h
+++ b/src/newgrf_spritegroup.h
@@ -334,6 +334,7 @@ struct ResolverObject {
struct BaseStation *st;
const struct StationSpec *statspec;
CargoID cargo_type;
+ Axis axis; ///< Station axis, used only for the slope check callback.
} station;
struct {
TileIndex tile;