aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/imuse_digi
diff options
context:
space:
mode:
authorAdrian Frühwirth2018-05-21 11:22:15 +0200
committerAdrian Frühwirth2018-05-21 11:24:40 +0200
commit07efcfd458e961d0751ac2aedb26f35737864e76 (patch)
tree0a8028d09bc60fb0f84560ba429505f6c7f72bca /engines/scumm/imuse_digi
parentc7f3416daa0238bb60e83a6d6d665a7f3a7e6d6c (diff)
downloadscummvm-rg350-07efcfd458e961d0751ac2aedb26f35737864e76.tar.gz
scummvm-rg350-07efcfd458e961d0751ac2aedb26f35737864e76.tar.bz2
scummvm-rg350-07efcfd458e961d0751ac2aedb26f35737864e76.zip
SCUMM: Fix wrong comment about iMUSE digital variable
Diffstat (limited to 'engines/scumm/imuse_digi')
-rw-r--r--engines/scumm/imuse_digi/dimuse_track.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/imuse_digi/dimuse_track.h b/engines/scumm/imuse_digi/dimuse_track.h
index a007903139..ef0a8adb21 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)