mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-09 04:16:34 +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())
|
if (!restartDialog.run())
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
_vm->_graphics->closeMenuImmediately();
|
||||||
|
|
||||||
// Restart the game. To do this, we must...
|
// Restart the game. To do this, we must...
|
||||||
|
|
||||||
// Stop music instantly!
|
// Stop music instantly!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user