diff options
Diffstat (limited to 'src/newgrf.h')
-rw-r--r-- | src/newgrf.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/newgrf.h b/src/newgrf.h index 7c85adf6f..b1ddc8245 100644 --- a/src/newgrf.h +++ b/src/newgrf.h @@ -118,8 +118,6 @@ struct GRFFile { int traininfo_vehicle_width; ///< Width (in pixels) of a 8/8 train vehicle in depot GUI and vehicle details }; -extern GRFFile *_first_grffile; - enum ShoreReplacement { SHORE_REPLACE_NONE, ///< No shore sprites were replaced. SHORE_REPLACE_ACTION_5, ///< Shore sprites were replaced by Action5. |