aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/inter_v1.cpp
diff options
context:
space:
mode:
authorSven Hesse2007-04-09 14:00:23 +0000
committerSven Hesse2007-04-09 14:00:23 +0000
commit0d99a362e9323da21081da4719359ead62ce45d4 (patch)
tree37c8d26115eb3415fbec8624841dc517ceaaf09d /engines/gob/inter_v1.cpp
parent871e83d0705fc3a18a3cb4e7db1e77ee6481422f (diff)
downloadscummvm-rg350-0d99a362e9323da21081da4719359ead62ce45d4.tar.gz
scummvm-rg350-0d99a362e9323da21081da4719359ead62ce45d4.tar.bz2
scummvm-rg350-0d99a362e9323da21081da4719359ead62ce45d4.zip
Some fixes for the Gob3 demos
svn-id: r26435
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) {