aboutsummaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorJames Brown2002-04-29 08:28:27 +0000
committerJames Brown2002-04-29 08:28:27 +0000
commit5f9bd8343c6362f844bcdb5b207bafde5db75bf3 (patch)
tree986723d40aa03ad5452b7c6308c904bde3492b9f /sound
parentc134803976bcaccd9fe76da14b81962ebc531e81 (diff)
downloadscummvm-rg350-5f9bd8343c6362f844bcdb5b207bafde5db75bf3.tar.gz
scummvm-rg350-5f9bd8343c6362f844bcdb5b207bafde5db75bf3.tar.bz2
scummvm-rg350-5f9bd8343c6362f844bcdb5b207bafde5db75bf3.zip
Small inSANE patch for the dig, and start of Dig Audio support.
It seems to crash using AUTOFREE for some reason. Can someone Valgrind/Purify this for me? svn-id: r4129
Diffstat (limited to 'sound')
-rw-r--r--sound/mixer.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/sound/mixer.h b/sound/mixer.h
index 4334dc6ea4..6107d98ece 100644
--- a/sound/mixer.h
+++ b/sound/mixer.h
@@ -167,7 +167,11 @@ struct MP3OffsetTable { /* Compressed Sound (.SO3) */
int compressed_size;
};
-
+struct BundleAudioTable {
+ char filename[13];
+ int size;
+ int offset;
+};
#if 0
typedef enum { /* Mixer types */