* Oops, missed a bit

This commit is contained in:
Tim Angus 2005-11-14 18:35:31 +00:00
parent 9d7bb06743
commit 0163f77f4e

View file

@ -163,7 +163,7 @@ static qboolean S_ReadWavHeader(fileHandle_t file, snd_info_t *info)
if(fmtlen > 16) if(fmtlen > 16)
{ {
fmtlen -= 16; fmtlen -= 16;
S_SkipChunk(file, fmtlen); FS_Seek( file, fmtlen, FS_SEEK_CUR );
} }
// Scan for the data chunk // Scan for the data chunk