summaryrefslogtreecommitdiff
path: root/newgrf.c
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2005-03-24 17:03:37 +0000
committertruelight <truelight@openttd.org>2005-03-24 17:03:37 +0000
commit83637d164e8be15166aeb39134170ecbe02173d3 (patch)
tree45d160ba77950eea4f380bd7ff3bbcf6644f651a /newgrf.c
parentf86318407ca89cecce23128f34c61f9fa4f078b7 (diff)
downloadopenttd-83637d164e8be15166aeb39134170ecbe02173d3.tar.xz
(svn r2046) -Codechange: moved all waypoint code to waypoint.c/waypoint.h
-Codechange: rewrote some functions while moving waypoint-stuff -Add: added support for 64k waypoints -Fix: made the waypoint struct a bit more logic (no bit-fucking)
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;