[Scummvm-cvs-logs] CVS: scummvm/scumm script_v2.cpp,1.36,1.37

James Brown ender at users.sourceforge.net
Sat Oct 19 22:42:05 CEST 2002


Update of /cvsroot/scummvm/scummvm/scumm
In directory usw-pr-cvs1:/tmp/cvs-serv2403/scumm

Modified Files:
	script_v2.cpp 
Log Message:
Hmm, need to talkchannel that bundleSound play, because we still don't parse bundle lipsync data correctly and that'll result in 
infinite talking/redraw


Index: script_v2.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v2.cpp,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- script_v2.cpp	20 Oct 2002 05:37:03 -0000	1.36
+++ script_v2.cpp	20 Oct 2002 05:41:30 -0000	1.37
@@ -3191,7 +3191,7 @@
 				}
 				pointer[j] = 0;
 
-				_sound->playBundleSound(pointer);
+				_sound->_talkChannel = _sound->playBundleSound(pointer);
 				_messagePtr = (byte*)&transText;
 
 				switch (m) {





More information about the Scummvm-git-logs mailing list