mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-02 17:03:13 +00:00
Close menus before restarting. (This is a purely cosmetical fix.)
svn-id: r13831
This commit is contained in:
parent
9742985e50
commit
1189083fe0
@ -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!
|
||||
|
Loading…
x
Reference in New Issue
Block a user