diff options
Diffstat (limited to 'src/rail.h')
-rw-r--r-- | src/rail.h | 5 |
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]; |