aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2003-05-31 20:45:41 +0000
committerMax Horn2003-05-31 20:45:41 +0000
commitbd08b33f83f3db035f4a116d41a7208ef910a792 (patch)
tree36dc4e48043a130f9b14946974da897703d0e5de
parent5d3bef9c57ea4a56e6df42121b1ae52a94531420 (diff)
downloadscummvm-rg350-bd08b33f83f3db035f4a116d41a7208ef910a792.tar.gz
scummvm-rg350-bd08b33f83f3db035f4a116d41a7208ef910a792.tar.bz2
scummvm-rg350-bd08b33f83f3db035f4a116d41a7208ef910a792.zip
begone, evil typo!
svn-id: r8190
-rw-r--r--scumm/script_v6.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v6.cpp b/scumm/script_v6.cpp
index 670dd3a578..460a4ef535 100644
--- a/scumm/script_v6.cpp
+++ b/scumm/script_v6.cpp
@@ -2045,8 +2045,8 @@ void Scumm_v6::o6_wait() {
if (a->isInCurrentRoom() && a->moving) {
_scriptPointer += offs;
o6_breakHere();
+ }
return;
- }
case 169:
// HACK: For Conroy Bumpus' song in Sam & Max.
// During the song three calls to o6_wait() appear,