summaryrefslogtreecommitdiff
path: root/newgrf.c
diff options
context:
space:
mode:
authordominik <dominik@openttd.org>2004-11-21 22:44:13 +0000
committerdominik <dominik@openttd.org>2004-11-21 22:44:13 +0000
commit4e41cf9e2bf99fb544562840d098d112d20220b1 (patch)
tree372b7858cb2ddd4efc32eb7c98fe7ef0fa53afb2 /newgrf.c
parent485102814f209ee46a5a575f19af8931dd0bf094 (diff)
downloadopenttd-4e41cf9e2bf99fb544562840d098d112d20220b1.tar.xz
(svn r745) Added newgrf GUI (in options menu)\nThe interface currently only displays the installed grf sets, you can't (de)activate them through the gui yet
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;