Feature: Order flag to unbunch vehicles at depot (#11945)
This commit is contained in:
@@ -817,6 +817,10 @@ public:
|
||||
|
||||
inline void SetServiceIntervalIsPercent(bool on) { SB(this->vehicle_flags, VF_SERVINT_IS_PERCENT, 1, on); }
|
||||
|
||||
bool HasUnbunchingOrder() const;
|
||||
void LeaveUnbunchingDepot();
|
||||
bool IsWaitingForUnbunching() const;
|
||||
|
||||
private:
|
||||
/**
|
||||
* Advance cur_real_order_index to the next real order.
|
||||
|
||||
Reference in New Issue
Block a user