Clear the message box and display the menu underneath it
| 193 | |
| 194 | // Clear the message box and display the menu underneath it |
| 195 | void Menu::ClearMessageBox() noexcept |
| 196 | { |
| 197 | displayingMessageBox = false; |
| 198 | Reload(); |
| 199 | } |
| 200 | |
| 201 | void Menu::Pop() noexcept |
| 202 | { |