aboutsummaryrefslogtreecommitdiffstats
path: root/code/client/snd_codec.h
diff options
context:
space:
mode:
Diffstat (limited to 'code/client/snd_codec.h')
-rw-r--r--code/client/snd_codec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/code/client/snd_codec.h b/code/client/snd_codec.h
index 75f35b3..5ada65d 100644
--- a/code/client/snd_codec.h
+++ b/code/client/snd_codec.h
@@ -44,6 +44,7 @@ typedef struct snd_stream_s
snd_codec_t *codec;
fileHandle_t file;
snd_info_t info;
+ int length;
int pos;
void *ptr;
} snd_stream_t;