[Scummvm-git-logs] scummvm master -> fac048c74ec67ec9626c56a25b4f03b4c820d759

AndywinXp noreply at scummvm.org
Fri Jan 7 14:09:09 UTC 2022


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:
fac048c74e SCUMM: DiMUSE: Fix magic number


Commit: fac048c74ec67ec9626c56a25b4f03b4c820d759
    https://github.com/scummvm/scummvm/commit/fac048c74ec67ec9626c56a25b4f03b4c820d759
Author: Andrea Boscarino (andywinxp at gmail.com)
Date: 2022-01-07T15:09:05+01:00

Commit Message:
SCUMM: DiMUSE: Fix magic number

Changed paths:
    engines/scumm/imuse_digi/dimuse_scripts.cpp


diff --git a/engines/scumm/imuse_digi/dimuse_scripts.cpp b/engines/scumm/imuse_digi/dimuse_scripts.cpp
index fdfd20bfc50..f209642849f 100644
--- a/engines/scumm/imuse_digi/dimuse_scripts.cpp
+++ b/engines/scumm/imuse_digi/dimuse_scripts.cpp
@@ -861,7 +861,7 @@ void IMuseDigital::playComiMusic(const char *songName, const imuseComiTable *tab
 					default:
 						diMUSESwitchStream(oldSoundId, table->soundId, fadeDelay, 0, 0);
 						diMUSESetParam(table->soundId, DIMUSE_P_VOLUME, 127);
-						diMUSESetParam(table->soundId, DIMUSE_P_GROUP, 4);
+						diMUSESetParam(table->soundId, DIMUSE_P_GROUP, DIMUSE_GROUP_MUSICEFF);
 						diMUSESetHook(table->soundId, hookId);
 						diMUSEProcessStreams();
 						break;




More information about the Scummvm-git-logs mailing list