Fix VF_STOP_LOADING flag not always being cleared when leaving station
This commit is contained in:
@@ -3503,6 +3503,7 @@ void Vehicle::LeaveStation()
|
||||
dbg_assert(this->cargo_payment == nullptr); // cleared by ~CargoPayment
|
||||
|
||||
ClrBit(this->vehicle_flags, VF_COND_ORDER_WAIT);
|
||||
ClrBit(this->vehicle_flags, VF_STOP_LOADING);
|
||||
|
||||
TileIndex station_tile = INVALID_TILE;
|
||||
|
||||
|
Reference in New Issue
Block a user