* Sets interceptions count. Used to properly position the window. * @param count Amount of interception windows. */
| 1679 | * @param count Amount of interception windows. |
| 1680 | */ |
| 1681 | void DogfightState::setInterceptionsCount(const size_t count) |
| 1682 | { |
| 1683 | _interceptionsCount = count; |
| 1684 | calculateWindowPosition(); |
| 1685 | moveWindow(); |
| 1686 | } |
| 1687 | |
| 1688 | /** |
| 1689 | * Calculates dogfight window position according to |