| 232 | } |
| 233 | |
| 234 | void CUIGameSP::ShowHidePda(const bool show) |
| 235 | { |
| 236 | if ((PdaMenu->IsShown() && !show) || (!PdaMenu->IsShown() && show)) |
| 237 | { |
| 238 | m_game->StartStopMenu(PdaMenu, false); |
| 239 | if (show || MainInputReceiver() == PdaMenu) |
| 240 | HUD().GetUI()->SetMainInputReceiver(nullptr, false); |
| 241 | } |
| 242 | } |
| 243 | |
| 244 | CChangeLevelWnd::CChangeLevelWnd() |
| 245 | { |
no test coverage detected