(svn r6618) - After refitting a train, update its cached variables as they may change.

pull/155/head
peter1138 18 years ago
parent 134e1f74e3
commit bab116f684

@ -1842,6 +1842,9 @@ int32 CmdRefitRailVehicle(TileIndex tile, uint32 flags, uint32 p1, uint32 p2)
_returned_refit_capacity = num;
/* Update the train's cached variables */
if (flags & DC_EXEC) TrainConsistChanged(GetVehicle(p1));
return cost;
}

Loading…
Cancel
Save