mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 07:21:58 +00:00
Mark OGGs as non looping
This commit is contained in:
parent
e052ab19a2
commit
f908623606
1 changed files with 2 additions and 1 deletions
|
@ -446,7 +446,8 @@ void *S_OGG_CodecLoad(const char *filename, snd_info_t *info)
|
|||
info->samples = stream->info.samples;
|
||||
info->size = stream->info.size;
|
||||
info->dataofs = stream->info.dataofs;
|
||||
|
||||
info->loopstart = -1;
|
||||
|
||||
// allocate a buffer
|
||||
// this buffer must be free-ed by the caller of this function
|
||||
buffer = Z_Malloc(info->size);
|
||||
|
|
Loading…
Reference in a new issue