diff options
Diffstat (limited to 'source/mvd_parse.c')
-rw-r--r-- | source/mvd_parse.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/mvd_parse.c b/source/mvd_parse.c index dd24697..88f5f4a 100644 --- a/source/mvd_parse.c +++ b/source/mvd_parse.c @@ -532,6 +532,7 @@ static void MVD_ParseSound( mvd_t *mvd, int extrabits ) { msg = LIST_FIRST( sound_packet_t, &cl->freemsg, entry ); + msg->cursize = 0; msg->flags = flags; msg->index = index; msg->volume = volume; |