aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm/script_v2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v2.cpp b/scumm/script_v2.cpp
index b341b479f5..10839d0c87 100644
--- a/scumm/script_v2.cpp
+++ b/scumm/script_v2.cpp
@@ -3191,7 +3191,7 @@ void Scumm::decodeParseString2(int m, int n)
}
pointer[j] = 0;
- _sound->playBundleSound(pointer);
+ _sound->_talkChannel = _sound->playBundleSound(pointer);
_messagePtr = (byte*)&transText;
switch (m) {