diff --git a/src/newgrf_canal.h b/src/newgrf_canal.h --- a/src/newgrf_canal.h +++ b/src/newgrf_canal.h @@ -21,6 +21,7 @@ enum CanalFeature { struct WaterFeature { const SpriteGroup *group; + const GRFFile *grffile; ///< newgrf where 'group' belongs to uint8 callbackmask; uint8 flags; };