mirror of https://github.com/OpenTTD/OpenTTD
(svn r6618) - After refitting a train, update its cached variables as they may change.
parent
2b5436d42f
commit
e383584988
|
@ -1842,6 +1842,9 @@ int32 CmdRefitRailVehicle(TileIndex tile, uint32 flags, uint32 p1, uint32 p2)
|
||||||
|
|
||||||
_returned_refit_capacity = num;
|
_returned_refit_capacity = num;
|
||||||
|
|
||||||
|
/* Update the train's cached variables */
|
||||||
|
if (flags & DC_EXEC) TrainConsistChanged(GetVehicle(p1));
|
||||||
|
|
||||||
return cost;
|
return cost;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue