summaryrefslogtreecommitdiff
path: root/newgrf.c
diff options
context:
space:
mode:
Diffstat (limited to 'newgrf.c')
-rw-r--r--newgrf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/newgrf.c b/newgrf.c
index f49e5f907..3ce32bae7 100644
--- a/newgrf.c
+++ b/newgrf.c
@@ -26,6 +26,7 @@ extern int _replace_sprites_offset[16];
extern int _traininfo_vehicle_pitch;
struct GRFFile *_cur_grffile, *_first_grffile;
+int _grffile_count;
static int _cur_spriteid;
static int _cur_stage;
extern int _custom_sprites_base;