[Scummvm-git-logs] scummvm master -> 07efcfd458e961d0751ac2aedb26f35737864e76
bonki
bonki at users.noreply.github.com
Mon May 21 11:25:44 CEST 2018
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:
07efcfd458 SCUMM: Fix wrong comment about iMUSE digital variable
Commit: 07efcfd458e961d0751ac2aedb26f35737864e76
https://github.com/scummvm/scummvm/commit/07efcfd458e961d0751ac2aedb26f35737864e76
Author: Adrian Frühwirth (bonki at users.noreply.github.com)
Date: 2018-05-21T11:24:40+02:00
Commit Message:
SCUMM: Fix wrong comment about iMUSE digital variable
Changed paths:
engines/scumm/imuse_digi/dimuse_track.h
diff --git a/engines/scumm/imuse_digi/dimuse_track.h b/engines/scumm/imuse_digi/dimuse_track.h
index a007903..ef0a8ad 100644
--- a/engines/scumm/imuse_digi/dimuse_track.h
+++ b/engines/scumm/imuse_digi/dimuse_track.h
@@ -66,7 +66,7 @@ struct Track {
int32 curRegion; // id of current used region
int32 curHookId; // id of current used hook id
int32 volGroupId; // id of volume group (IMUSE_VOLGRP_VOICE, IMUSE_VOLGRP_SFX, IMUSE_VOLGRP_MUSIC)
- int32 soundType; // type of sound data (kSpeechSoundType, kSFXSoundType, kMusicSoundType)
+ int32 soundType; // type of sound data (IMUSE_BUNDLE, IMUSE_RESOURCE)
int32 feedSize; // size of sound data needed to be filled at each callback iteration
int32 dataMod12Bit; // value used between all callback to align 12 bit source of data
int32 mixerFlags; // flags for sound mixer's channel (kFlagStereo, kFlag16Bits, kFlagUnsigned)
More information about the Scummvm-git-logs
mailing list