[Scummvm-cvs-logs] CVS: scummvm/scumm sound.cpp,1.309,1.310 string.cpp,1.181,1.182
Pawel Kolodziejski
aquadran at users.sourceforge.net
Thu Jan 8 00:48:02 CET 2004
Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv10680
Modified Files:
sound.cpp string.cpp
Log Message:
forgot about this
Index: sound.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/sound.cpp,v
retrieving revision 1.309
retrieving revision 1.310
diff -u -d -r1.309 -r1.310
--- sound.cpp 6 Jan 2004 17:28:28 -0000 1.309
+++ sound.cpp 8 Jan 2004 08:47:08 -0000 1.310
@@ -825,7 +825,7 @@
}
if (_scumm->_imuseDigital) {
- _scumm->_imuseDigital->stopSound(kTalkSoundID);
+ //_scumm->_imuseDigital->stopSound(kTalkSoundID);
_scumm->_imuseDigital->startVoice(kTalkSoundID, input);
} else {
_scumm->_mixer->playInputStream(handle, input, false, 255, 0, id);
Index: string.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/string.cpp,v
retrieving revision 1.181
retrieving revision 1.182
diff -u -d -r1.181 -r1.182
--- string.cpp 6 Jan 2004 17:28:29 -0000 1.181
+++ string.cpp 8 Jan 2004 08:47:09 -0000 1.182
@@ -923,7 +923,7 @@
// Play speech
if (!(_features & GF_DEMO) && (_gameId == GID_CMI)) // CMI demo does not have .IMX for voice
strcat(pointer, ".IMX");
- _imuseDigital->stopSound(kTalkSoundID);
+// _imuseDigital->stopSound(kTalkSoundID);
_imuseDigital->startVoice(kTalkSoundID, pointer);
ptr = _transText;
More information about the Scummvm-git-logs
mailing list