From bd08b33f83f3db035f4a116d41a7208ef910a792 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 31 May 2003 20:45:41 +0000 Subject: [PATCH] begone, evil typo! svn-id: r8190 --- scumm/script_v6.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scumm/script_v6.cpp b/scumm/script_v6.cpp index 670dd3a5782..460a4ef535c 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,