aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/scumm.cpp
diff options
context:
space:
mode:
authorChristopher Page2008-06-25 03:17:01 +0000
committerChristopher Page2008-06-25 03:17:01 +0000
commit27c427add299399a71fe96f591690e589e35c031 (patch)
tree9282a0966c5ac5fb55158ed88a4582f6abf441ae /engines/scumm/scumm.cpp
parent7d0eb4f4f069beea93f970b2918ad6cf65c2eaa7 (diff)
downloadscummvm-rg350-27c427add299399a71fe96f591690e589e35c031.tar.gz
scummvm-rg350-27c427add299399a71fe96f591690e589e35c031.tar.bz2
scummvm-rg350-27c427add299399a71fe96f591690e589e35c031.zip
Scumm and sky now use the new _quit flag
svn-id: r32775
Diffstat (limited to 'engines/scumm/scumm.cpp')
-rw-r--r--engines/scumm/scumm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/scumm.cpp b/engines/scumm/scumm.cpp
index 2f0593dca8..5e65364919 100644
--- a/engines/scumm/scumm.cpp
+++ b/engines/scumm/scumm.cpp
@@ -1759,7 +1759,7 @@ int ScummEngine::go() {
}
}
- return 0;
+ return _rtl;
}
void ScummEngine::waitForTimer(int msec_delay) {