(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

This commit is contained in:
dominik
2004-11-21 22:44:13 +00:00
parent 485102814f
commit 4e41cf9e2b
5 changed files with 190 additions and 37 deletions

View File

@@ -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;