summaryrefslogtreecommitdiff
path: root/newgrf.c
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2006-05-01 16:52:43 +0000
committerpeter1138 <peter1138@openttd.org>2006-05-01 16:52:43 +0000
commit4e85de164ce83e6d23850bccf3c384bbcb12b630 (patch)
tree4291db7cc5eed4a94cd14a9f279378200700bdfe /newgrf.c
parent8d5d386e77020ddb02e6e8498f150077f5339ab0 (diff)
downloadopenttd-4e85de164ce83e6d23850bccf3c384bbcb12b630.tar.xz
(svn r4650) - NewGRF: use the correct type for _cur_spriteid
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 6d0735bb3..9b54e95ef 100644
--- a/newgrf.c
+++ b/newgrf.c
@@ -43,7 +43,7 @@ SpriteID _signal_base = 0;
static GRFFile *_cur_grffile;
GRFFile *_first_grffile;
GRFConfig *_first_grfconfig;
-static int _cur_spriteid;
+static SpriteID _cur_spriteid;
static int _cur_stage;
static uint32 _nfo_line;