* Restore the saved order to the vehicle, if Restore() has not already been called. */
| 2667 | * Restore the saved order to the vehicle, if Restore() has not already been called. |
| 2668 | */ |
| 2669 | ~VehicleOrderSaver() |
| 2670 | { |
| 2671 | if (!this->restored) this->Restore(); |
| 2672 | } |
| 2673 | |
| 2674 | /** |
| 2675 | * Set the current vehicle order to the next order in the order list. |