Fix ProcessOrders not always being called after leaving a waiting order

Fixes conditional order loop on leaving a depot
This commit is contained in:
Jonathan G Rennison
2021-08-30 15:26:49 +01:00
parent 58a290d8e9
commit f8e30e807d
6 changed files with 9 additions and 9 deletions

View File

@@ -396,7 +396,7 @@ public:
void HandleLoading(bool mode = false);
void HandleWaiting(bool stop_waiting = false);
void HandleWaiting(bool stop_waiting, bool process_orders = false);
/**
* Marks the vehicles to be redrawn and updates cached variables