summaryrefslogtreecommitdiff
path: root/newgrf_engine.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2006-11-06 10:11:03 +0000
committerpeter1138 <peter1138@openttd.org>2006-11-06 10:11:03 +0000
commit3da04ab1b5db262df37156b5da5de8a2cf072a87 (patch)
tree91e133d6156081ec32bb3fce17029a81cc44b0fb /newgrf_engine.h
parent8371325a100178e6134b5bf6e23fae7aed178bb5 (diff)
downloadopenttd-3da04ab1b5db262df37156b5da5de8a2cf072a87.tar.xz
(svn r7079) -Codechange: Move an array to the only place it is used.
Diffstat (limited to 'newgrf_engine.h')
-rw-r--r--newgrf_engine.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/newgrf_engine.h b/newgrf_engine.h
index 252a1ad1c..bd9ddb230 100644
--- a/newgrf_engine.h
+++ b/newgrf_engine.h
@@ -13,7 +13,6 @@
extern int _traininfo_vehicle_pitch;
extern int _traininfo_vehicle_width;
-VARDEF const uint32 _default_refitmasks[NUM_VEHICLE_TYPES];
extern const CargoID _global_cargo_id[NUM_LANDSCAPE][NUM_CARGO];
extern const uint32 _landscape_global_cargo_mask[NUM_LANDSCAPE];
extern const CargoID _local_cargo_id_ctype[NUM_GLOBAL_CID];