diff options
Diffstat (limited to 'engines/sword2/animation.cpp')
| -rw-r--r-- | engines/sword2/animation.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/engines/sword2/animation.cpp b/engines/sword2/animation.cpp index 838c37dc6e..2ebbdf4386 100644 --- a/engines/sword2/animation.cpp +++ b/engines/sword2/animation.cpp @@ -351,7 +351,7 @@ void MoviePlayer::play(int32 leadIn, int32 leadOut) {  			}  			if (startNextText && !_mixer->isSoundHandleActive(_speechHandle)) { -				_mixer->playRaw(Audio::Mixer::kSFXSoundType, &_speechHandle, t->speech, t->speechBufferSize, 22050, flags); +				_mixer->playRaw(Audio::Mixer::kSpeechSoundType, &_speechHandle, t->speech, t->speechBufferSize, 22050, flags);  				startNextText = false;  			} | 
