diff --git a/src/order_cmd.cpp b/src/order_cmd.cpp index 9a08268713..70ad288612 100644 --- a/src/order_cmd.cpp +++ b/src/order_cmd.cpp @@ -96,8 +96,8 @@ void Order::MakeDummy() void Order::MakeConditional(VehicleOrderID order) { this->type = OT_CONDITIONAL; - this->flags = 0; - this->dest = order; + this->flags = order; + this->dest = 0; } void Order::SetRefit(CargoID cargo, byte subtype)