mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-10-31 15:20:10 +00:00
Fix conditional order wait loops not ignoring label orders
This commit is contained in:
parent
9ad2f44ab7
commit
1e7f31b807
@ -3290,6 +3290,7 @@ VehicleOrderID AdvanceOrderIndexDeferred(const Vehicle *v, VehicleOrderID index)
|
||||
}
|
||||
|
||||
case OT_DUMMY:
|
||||
case OT_LABEL:
|
||||
break;
|
||||
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user