diff options
author | Max Horn | 2003-05-31 20:45:41 +0000 |
---|---|---|
committer | Max Horn | 2003-05-31 20:45:41 +0000 |
commit | bd08b33f83f3db035f4a116d41a7208ef910a792 (patch) | |
tree | 36dc4e48043a130f9b14946974da897703d0e5de | |
parent | 5d3bef9c57ea4a56e6df42121b1ae52a94531420 (diff) | |
download | scummvm-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.cpp | 2 |
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, |