| 182 | } |
| 183 | |
| 184 | void Close([[maybe_unused]] int data = 0) override |
| 185 | { |
| 186 | if (_game_mode != GM_MENU && !_exit_game) ShowVitalWindows(); |
| 187 | |
| 188 | if (!_networking && !this->game_paused_by_player) Command<CMD_PAUSE>::Post(PauseMode::Normal, false); // unpause |
| 189 | |
| 190 | this->EndGameHighScoreBaseWindow::Close(); |
| 191 | } |
| 192 | |
| 193 | void OnPaint() override |
| 194 | { |
nothing calls this directly
no test coverage detected