From d2b236802cb202c07aa7586b197935b96dddee7b Mon Sep 17 00:00:00 2001 From: frosch Date: Mon, 4 Jul 2011 20:25:17 +0000 Subject: (svn r22633) -Fix: Implement variables 25 and 7F for railtypes. --- src/rail.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/rail.h') diff --git a/src/rail.h b/src/rail.h index 067db7957..63dfa2e10 100644 --- a/src/rail.h +++ b/src/rail.h @@ -232,6 +232,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 */ -- cgit v1.2.3-54-g00ecf