* Sends the craft back to its origin base. */
| 621 | * Sends the craft back to its origin base. |
| 622 | */ |
| 623 | void Craft::returnToBase() |
| 624 | { |
| 625 | setDestination(_base); |
| 626 | } |
| 627 | |
| 628 | /** |
| 629 | * Moves the craft to its destination. |
no outgoing calls
no test coverage detected