Close menus before restarting. (This is a purely cosmetical fix.)

svn-id: r13831
This commit is contained in:
Torbjörn Andersson 2004-05-10 07:11:40 +00:00
parent 9742985e50
commit 1189083fe0

View File

@ -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!