(svn r4869) - NewGRF: support setting train list vehicle width to 32 instead of 29 pixels, for sets which use 32 pixel long engines/wagons.

This commit is contained in:
peter1138
2006-05-14 20:58:12 +00:00
parent 90af6ee14f
commit feed914b97
4 changed files with 14 additions and 5 deletions

View File

@@ -9,6 +9,7 @@
*/
extern int _traininfo_vehicle_pitch;
extern int _traininfo_vehicle_width;
VARDEF const uint32 _default_refitmasks[NUM_VEHICLE_TYPES];
VARDEF const CargoID _global_cargo_id[NUM_LANDSCAPE][NUM_CARGO];