Fix ProcessOrders not always being called after leaving a waiting order
Fixes conditional order loop on leaving a depot
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user