[Scummvm-cvs-logs] scummvm master -> d8ea08f42546518a30e4aeaaf54ded920cd7e5de

wjp wjp at usecode.org
Wed Nov 16 20:13:10 CET 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
d8ea08f425 DREAMWEB: Hopefully fix loading speech


Commit: d8ea08f42546518a30e4aeaaf54ded920cd7e5de
    https://github.com/scummvm/scummvm/commit/d8ea08f42546518a30e4aeaaf54ded920cd7e5de
Author: Willem Jan Palenstijn (wjp at usecode.org)
Date: 2011-11-16T11:12:16-08:00

Commit Message:
DREAMWEB: Hopefully fix loading speech

The call to loadspeech() in setuptimedtemp() needs al set correctly,
while the C++ wrapper skipped this.

Changed paths:
    engines/dreamweb/stubs.cpp



diff --git a/engines/dreamweb/stubs.cpp b/engines/dreamweb/stubs.cpp
index fe983d4..df4ed52 100644
--- a/engines/dreamweb/stubs.cpp
+++ b/engines/dreamweb/stubs.cpp
@@ -422,6 +422,7 @@ void DreamGenContext::setuptimedtemp(uint8 textIndex, uint8 voiceIndex, uint8 x,
 		dh = voiceIndex;
 		cl = 'T';
 		ah = 0;
+		al = textIndex;
 		loadspeech();
 		if (data.byte(kSpeechloaded) == 1) {
 			al = 50+12;






More information about the Scummvm-git-logs mailing list