mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
* 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)
|
||||
{
|
||||
fmtlen -= 16;
|
||||
S_SkipChunk(file, fmtlen);
|
||||
FS_Seek( file, fmtlen, FS_SEEK_CUR );
|
||||
}
|
||||
|
||||
// Scan for the data chunk
|
||||
|
|
Loading…
Reference in a new issue