* Checks whether the dogfight should end. * @return Returns true if the dogfight should end, otherwise returns false. */
| 1801 | * @return Returns true if the dogfight should end, otherwise returns false. |
| 1802 | */ |
| 1803 | bool DogfightState::dogfightEnded() const |
| 1804 | { |
| 1805 | return _endDogfight; |
| 1806 | } |
| 1807 | |
| 1808 | /** |
| 1809 | * Returns the UFO associated to this dogfight. |