[Scummvm-git-logs] scummvm master -> 4d1b88df1e9bd04473c8a26800ef884eb6909f0f

bgK bastien.bouclet at gmail.com
Thu Jul 27 06:58:55 CEST 2017


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
4d1b88df1e MOHAWK: Riven: Set the mixer sound type to SFX for videos


Commit: 4d1b88df1e9bd04473c8a26800ef884eb6909f0f
    https://github.com/scummvm/scummvm/commit/4d1b88df1e9bd04473c8a26800ef884eb6909f0f
Author: Bastien Bouclet (bastien.bouclet at gmail.com)
Date: 2017-07-27T06:52:56+02:00

Commit Message:
MOHAWK: Riven: Set the mixer sound type to SFX for videos

Fixes #9938.

Changed paths:
    engines/mohawk/riven_video.cpp


diff --git a/engines/mohawk/riven_video.cpp b/engines/mohawk/riven_video.cpp
index 762f807..fd2b0c6 100644
--- a/engines/mohawk/riven_video.cpp
+++ b/engines/mohawk/riven_video.cpp
@@ -62,6 +62,7 @@ void RivenVideo::load(uint16 id) {
 
 	_id = id;
 	_video = new Video::QuickTimeDecoder();
+	_video->setSoundType(Audio::Mixer::kSFXSoundType);
 	_video->setChunkBeginOffset(_vm->getResourceOffset(ID_TMOV, id));
 	_video->loadStream(_vm->getResource(ID_TMOV, id));
 }





More information about the Scummvm-git-logs mailing list