added (currently completly useless) launcher dialog

svn-id: r5024
This commit is contained in:
Max Horn 2002-09-27 23:27:14 +00:00
parent e674b9e2e2
commit 6024c80f14
8 changed files with 133 additions and 14 deletions

View file

@ -273,9 +273,8 @@ void SaveLoadDialog::handleCommand(CommandSender *sender, uint32 cmd, uint32 dat
case kOptionsCmd:
_scumm->optionsDialog();
break;
case kQuitCmd: {
_scumm->_system->quit();
}
case kQuitCmd:
_scumm->_system->quit();
break;
default:
Dialog::handleCommand(sender, cmd, data);