From 73c3625f1f171212d0c2f8e112994f3ee7c6294e Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 3 Feb 2007 21:37:52 +0000 Subject: Fixing various doxygen warnings svn-id: r25362 --- engines/sky/intro.cpp | 2 +- engines/sky/sound.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/sky') diff --git a/engines/sky/intro.cpp b/engines/sky/intro.cpp index 55143d7f86..c6cd1f344b 100644 --- a/engines/sky/intro.cpp +++ b/engines/sky/intro.cpp @@ -740,7 +740,7 @@ bool Intro::nextPart(uint16 *&data) { // probably use _skySound instead of calling playRaw() // directly, but this will have to do for now. memset(vData, 127, sizeof(struct dataFileHeader)); - _mixer->playRaw(Audio::Mixer::kSFXSoundType, &_voice, vData, _skyDisk->_lastLoadedFileSize, 11025, + _mixer->playRaw(Audio::Mixer::kSpeechSoundType, &_voice, vData, _skyDisk->_lastLoadedFileSize, 11025, Audio::Mixer::FLAG_AUTOFREE | Audio::Mixer::FLAG_UNSIGNED, SOUND_VOICE); return true; case WAITVOICE: diff --git a/engines/sky/sound.cpp b/engines/sky/sound.cpp index edcfd81581..5e17ab4d01 100644 --- a/engines/sky/sound.cpp +++ b/engines/sky/sound.cpp @@ -1245,7 +1245,7 @@ bool Sound::startSpeech(uint16 textNum) { rate = 11025; _mixer->stopID(SOUND_SPEECH); - _mixer->playRaw(Audio::Mixer::kSFXSoundType, &_ingameSpeech, playBuffer, speechSize, rate, Audio::Mixer::FLAG_UNSIGNED | Audio::Mixer::FLAG_AUTOFREE, SOUND_SPEECH); + _mixer->playRaw(Audio::Mixer::kSpeechSoundType, &_ingameSpeech, playBuffer, speechSize, rate, Audio::Mixer::FLAG_UNSIGNED | Audio::Mixer::FLAG_AUTOFREE, SOUND_SPEECH); return true; } -- cgit v1.2.3