diff --git a/order_cmd.c b/order_cmd.c index a411a411ed..6e5e0d04c5 100644 --- a/order_cmd.c +++ b/order_cmd.c @@ -403,7 +403,7 @@ int CheckOrders(Vehicle *v) problem_type = 2; } - if (n_st < 2) problem_type = 0; + if ( (n_st < 2) && (problem_type == -1) ) problem_type = 0; SET_DPARAM16(0, v->unitnumber);