aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
Diffstat (limited to 'scumm')
-rw-r--r--scumm/dialogs.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/scumm/dialogs.cpp b/scumm/dialogs.cpp
index d1b681f891..34e0d3e54a 100644
--- a/scumm/dialogs.cpp
+++ b/scumm/dialogs.cpp
@@ -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);