* Changes whether this UFO has been detected by hyper-wave. * @param hyperdetected Detection status. */
| 623 | * @param hyperdetected Detection status. |
| 624 | */ |
| 625 | void Ufo::setHyperDetected(bool hyperdetected) |
| 626 | { |
| 627 | _hyperDetected = hyperdetected; |
| 628 | } |
| 629 | |
| 630 | /** |
| 631 | * Handle destination changes, making sure to delete old waypoint destinations. |