summaryrefslogtreecommitdiff
path: root/newgrf.c
diff options
context:
space:
mode:
Diffstat (limited to 'newgrf.c')
-rw-r--r--newgrf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newgrf.c b/newgrf.c
index 8d13de865..f8deb9433 100644
--- a/newgrf.c
+++ b/newgrf.c
@@ -31,7 +31,7 @@ GRFFile *_first_grffile;
int _grffile_count;
static int _cur_spriteid;
static int _cur_stage;
-extern int _custom_sprites_base;
+extern uint16 _custom_sprites_base;
static int32 _paramlist[0x7f];
static int _param_max;