* Oops, missed a bit
This commit is contained in:
parent
9d7bb06743
commit
0163f77f4e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue