aboutsummaryrefslogtreecommitdiff
path: root/engines/gargoyle/scott/scott.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gargoyle/scott/scott.cpp')
-rw-r--r--engines/gargoyle/scott/scott.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gargoyle/scott/scott.cpp b/engines/gargoyle/scott/scott.cpp
index 381239299c..3a085ea756 100644
--- a/engines/gargoyle/scott/scott.cpp
+++ b/engines/gargoyle/scott/scott.cpp
@@ -93,7 +93,7 @@ Distributed under the GNU software license\n\n");
if (GetInput(&vb, &no) == -1)
continue;
if (g_vm->shouldQuit())
- return;
+ break;
switch (PerformActions(vb, no)) {
case -1: