| 928 | } |
| 929 | |
| 930 | bool EditorMode::onClickYesQuitMenu(const CEGUI::EventArgs& /*arg*/) |
| 931 | { |
| 932 | mModeManager->requestMode(AbstractModeManager::MENU_MAIN); |
| 933 | return true; |
| 934 | } |
| 935 | |
| 936 | void EditorMode::refreshGuiSkill() |
| 937 | { |
nothing calls this directly
no test coverage detected