Merge branch 'tracerestrict' into tracerestrict-sx
This commit is contained in:
@@ -205,7 +205,7 @@ static bool TestOrderCondition(const Order *order, TraceRestrictItem item)
|
|||||||
result = order->IsType(OT_GOTO_WAYPOINT) && order->GetDestination() == condvalue;
|
result = order->IsType(OT_GOTO_WAYPOINT) && order->GetDestination() == condvalue;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case OT_GOTO_DEPOT:
|
case TROCAF_DEPOT:
|
||||||
result = order->IsType(OT_GOTO_DEPOT) && order->GetDestination() == condvalue;
|
result = order->IsType(OT_GOTO_DEPOT) && order->GetDestination() == condvalue;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user