| 523 | } |
| 524 | |
| 525 | void InGameMenu::GoToMainMenu() |
| 526 | { |
| 527 | #if !defined(SHAREWARE_DEMO_ONLY) |
| 528 | _root->_root->SaveCurrentStateIfAny(); |
| 529 | #endif |
| 530 | _root->_root->GoToMainMenu(false); |
| 531 | } |
| 532 | |
| 533 | #if defined(WITH_MULTIPLAYER) |
| 534 | bool InGameMenu::IsSpectating() |
no test coverage detected