summaryrefslogtreecommitdiff
path: root/newgrf.c
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2006-05-08 10:01:34 +0000
committerpeter1138 <peter1138@openttd.org>2006-05-08 10:01:34 +0000
commite33db100b904a8676e6b3d76d954dfc3306bbd4e (patch)
tree09fb0cb98e18fefd020ec7b3dbe7b6069f66e1e3 /newgrf.c
parent5f2257e13c741da0fdc8691e992f8d4c47f56cec (diff)
downloadopenttd-e33db100b904a8676e6b3d76d954dfc3306bbd4e.tar.xz
(svn r4781) - NewGRF: give _traininfo_vehicle_pitch a proper declaration
Diffstat (limited to 'newgrf.c')
-rw-r--r--newgrf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/newgrf.c b/newgrf.c
index 55d6ba886..023508e45 100644
--- a/newgrf.c
+++ b/newgrf.c
@@ -38,7 +38,6 @@
uint16 _custom_sprites_base;
static int _skip_sprites; // XXX
static uint _file_index; // XXX
-extern int _traininfo_vehicle_pitch;
SpriteID _signal_base = 0;
static GRFFile *_cur_grffile;