forgot about this
svn-id: r12238
This commit is contained in:
parent
9931fe9a34
commit
e0545d6dca
2 changed files with 2 additions and 2 deletions
|
@ -923,7 +923,7 @@ const byte *ScummEngine::translateTextAndPlaySpeech(const byte *ptr) {
|
|||
// 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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue