aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/inter_v1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/inter_v1.cpp')
-rw-r--r--engines/gob/inter_v1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/inter_v1.cpp b/engines/gob/inter_v1.cpp
index d213b601e4..052aef0e25 100644
--- a/engines/gob/inter_v1.cpp
+++ b/engines/gob/inter_v1.cpp
@@ -1775,7 +1775,7 @@ bool Inter_v1::o1_return(OpFuncParams &params) {
_break = true;
_vm->_global->_inter_execPtr = 0;
- return false;
+ return true;
}
bool Inter_v1::o1_renewTimeInVars(OpFuncParams &params) {