| 45 | * @note ONLY use on "current_order" vehicle orders! |
| 46 | */ |
| 47 | void Order::Free() |
| 48 | { |
| 49 | this->type = OT_NOTHING; |
| 50 | this->flags = 0; |
| 51 | this->dest = 0; |
| 52 | } |
| 53 | |
| 54 | /** |
| 55 | * Makes this order a Go To Station order. |
no outgoing calls
no test coverage detected