From 3da04ab1b5db262df37156b5da5de8a2cf072a87 Mon Sep 17 00:00:00 2001 From: peter1138 Date: Mon, 6 Nov 2006 10:11:03 +0000 Subject: (svn r7079) -Codechange: Move an array to the only place it is used. --- newgrf_engine.h | 1 - 1 file changed, 1 deletion(-) (limited to 'newgrf_engine.h') 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]; -- cgit v1.2.3-54-g00ecf