diff options
-rw-r--r-- | sword2/controls.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sword2/controls.cpp b/sword2/controls.cpp index dfd0c448be..b628648115 100644 --- a/sword2/controls.cpp +++ b/sword2/controls.cpp @@ -1607,6 +1607,8 @@ void Gui::restartControl(void) { if (!restartDialog.run()) return; + _vm->_graphics->closeMenuImmediately(); + // Restart the game. To do this, we must... // Stop music instantly! |