File diff r20234:755e43feed0e → r20235:0987a67d114d
src/vehicle.cpp
Show inline comments
 
@@ -2025,8 +2025,8 @@ void Vehicle::CancelReservation(Station 
 
		if (cargo.ActionCount(VehicleCargoList::MTA_LOAD) > 0) {
 
			DEBUG(misc, 1, "cancelling cargo reservation");
 
			cargo.Return(UINT_MAX, &st->goods[v->cargo_type].cargo);
 
			cargo.KeepAll();
 
		}
 
		cargo.KeepAll();
 
	}
 
}