summaryrefslogtreecommitdiff
path: root/src/rail.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2011-07-04 20:25:17 +0000
committerfrosch <frosch@openttd.org>2011-07-04 20:25:17 +0000
commitd2b236802cb202c07aa7586b197935b96dddee7b (patch)
tree24c500dbd7562307642cedc498ca8865c7cae49b /src/rail.h
parent0d486446b840a9631d810ded79051255deddbe5e (diff)
downloadopenttd-d2b236802cb202c07aa7586b197935b96dddee7b.tar.xz
(svn r22633) -Fix: Implement variables 25 and 7F for railtypes.
Diffstat (limited to 'src/rail.h')
-rw-r--r--src/rail.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/rail.h b/src/rail.h
index 067db7957..63dfa2e10 100644
--- a/src/rail.h
+++ b/src/rail.h
@@ -233,6 +233,11 @@ struct RailtypeInfo {
byte sorting_order;
/**
+ * NewGRF providing the Action3 for the railtype. NULL if not available.
+ */
+ const GRFFile *grffile[RTSG_END];
+
+ /**
* Sprite groups for resolving sprites
*/
const SpriteGroup *group[RTSG_END];