diff options
-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, |