| 1167 | } |
| 1168 | |
| 1169 | bool GameMode::onClickYesQuitMenu(const CEGUI::EventArgs& /*arg*/) |
| 1170 | { |
| 1171 | mModeManager->requestMode(AbstractModeManager::MENU_MAIN); |
| 1172 | return true; |
| 1173 | } |
| 1174 | |
| 1175 | bool GameMode::showObjectivesWindow(const CEGUI::EventArgs&) |
| 1176 | { |
nothing calls this directly
no test coverage detected