(svn r7079) -Codechange: Move an array to the only place it is used.

This commit is contained in:
2006-11-06 10:11:03 +00:00
parent 8371325a10
commit 3da04ab1b5
4 changed files with 25 additions and 25 deletions

View File

@@ -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];