From 0163f77f4ed137d7e4a52bf2fe9a4aba9cd8b52e Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Mon, 14 Nov 2005 18:35:31 +0000 Subject: [PATCH] * Oops, missed a bit --- code/client/snd_codec_wav.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/client/snd_codec_wav.c b/code/client/snd_codec_wav.c index 17553f36..146d5269 100644 --- a/code/client/snd_codec_wav.c +++ b/code/client/snd_codec_wav.c @@ -163,7 +163,7 @@ static qboolean S_ReadWavHeader(fileHandle_t file, snd_info_t *info) if(fmtlen > 16) { fmtlen -= 16; - S_SkipChunk(file, fmtlen); + FS_Seek( file, fmtlen, FS_SEEK_CUR ); } // Scan for the data chunk