aboutsummaryrefslogtreecommitdiff
path: root/engines/griffon/dialogs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/griffon/dialogs.cpp')
-rw-r--r--engines/griffon/dialogs.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/griffon/dialogs.cpp b/engines/griffon/dialogs.cpp
index 094d88738a..06026eb1cf 100644
--- a/engines/griffon/dialogs.cpp
+++ b/engines/griffon/dialogs.cpp
@@ -440,9 +440,10 @@ void GriffonEngine::configMenu() {
break;
case 13:
saveConfig();
- // no break on purpose
+ // fall through
case 14:
exitMenu = true;
+ break;
default:
break;
}