[Scummvm-git-logs] scummvm master -> d10cfaff6bb0253dfdf2bec311c0a9ffd4fe341e
athrxx
mail at floriankagerer.de
Tue Jan 15 17:58:24 CET 2019
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:
d10cfaff6b KYRA: (EOBII/FM-TOWNS) - fix sound effects volume control
Commit: d10cfaff6bb0253dfdf2bec311c0a9ffd4fe341e
https://github.com/scummvm/scummvm/commit/d10cfaff6bb0253dfdf2bec311c0a9ffd4fe341e
Author: athrxx (athrxx at scummvm.org)
Date: 2019-01-15T17:56:56+01:00
Commit Message:
KYRA: (EOBII/FM-TOWNS) - fix sound effects volume control
Changed paths:
engines/kyra/sound_towns_darkmoon.cpp
diff --git a/engines/kyra/sound_towns_darkmoon.cpp b/engines/kyra/sound_towns_darkmoon.cpp
index b1fcb57..76dca6c 100644
--- a/engines/kyra/sound_towns_darkmoon.cpp
+++ b/engines/kyra/sound_towns_darkmoon.cpp
@@ -62,6 +62,8 @@ bool SoundTowns_Darkmoon::init() {
_intf->callback(8, 0x47, 127);
_intf->callback(67, 1, 127, 127);
+ _intf->setSoundEffectChanMask(-1);
+
_lastSfxChan = 0x46;
_lastEnvChan = 0x40;
More information about the Scummvm-git-logs
mailing list