(svn r22633) -Fix: Implement variables 25 and 7F for railtypes.

This commit is contained in:
frosch
2011-07-04 20:25:17 +00:00
parent 0d486446b8
commit d2b236802c
4 changed files with 17 additions and 3 deletions

View File

@@ -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
*/