(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

@@ -67,6 +67,7 @@ static const uint16 _cargo_classes[NUM_GLOBAL_CID] = {
};
int _traininfo_vehicle_pitch = 0;
int _traininfo_vehicle_width = 29;
// TODO: We don't support cargo-specific wagon overrides. Pretty exotic... ;-) --pasky