| 135 | } |
| 136 | |
| 137 | void Close([[maybe_unused]] int data = 0) override |
| 138 | { |
| 139 | if (!_networking) Command<CMD_PAUSE>::Post(PauseMode::Normal, false); // unpause |
| 140 | if (_game_mode != GM_MENU && !_exit_game) ShowHighscoreTable(this->window_number, this->rank); |
| 141 | this->EndGameHighScoreBaseWindow::Close(); |
| 142 | } |
| 143 | |
| 144 | void OnPaint() override |
| 145 | { |
no test coverage detected