aboutsummaryrefslogtreecommitdiff
path: root/smush.h
diff options
context:
space:
mode:
authorPaweł Kołodziejski2002-05-23 23:25:34 +0000
committerPaweł Kołodziejski2002-05-23 23:25:34 +0000
commit567b87afb5859a8497d80320c0385aefc64aee1b (patch)
treee56c28973abfbd74204f465d1d07205ec946a1dc /smush.h
parent0620c9d66a4435931aebaaae8edb019685fc3d9d (diff)
downloadscummvm-rg350-567b87afb5859a8497d80320c0385aefc64aee1b.tar.gz
scummvm-rg350-567b87afb5859a8497d80320c0385aefc64aee1b.tar.bz2
scummvm-rg350-567b87afb5859a8497d80320c0385aefc64aee1b.zip
Update for 16 bits and stereo smush sound in the dig
svn-id: r4379
Diffstat (limited to 'smush.h')
-rw-r--r--smush.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/smush.h b/smush.h
index 42233cd34c..8eeea152b6 100644
--- a/smush.h
+++ b/smush.h
@@ -72,7 +72,7 @@ struct SmushPlayer {
/* IACT: The Dig audio */
uint32 _imusSize[8], _imusSubSize[8];
- uint32 _imusTrk[8], _imusRate[8];
+ uint32 _imusTrk[8], _imusRate[8], _imusChan[8];
uint32 _imusSubTag[8];
byte _imusData[8][3];
uint32 _imusPos[8], _imusCodec[8];