Fix conditional order wait loops not ignoring label orders

This commit is contained in:
Jonathan G Rennison 2023-09-23 17:30:27 +01:00
parent 9ad2f44ab7
commit 1e7f31b807

View File

@ -3290,6 +3290,7 @@ VehicleOrderID AdvanceOrderIndexDeferred(const Vehicle *v, VehicleOrderID index)
}
case OT_DUMMY:
case OT_LABEL:
break;
default: