mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-17 22:50:51 +00:00
effectively disable streamed oggs for now
This commit is contained in:
parent
dccff75f98
commit
b7ff08fba4
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ SND_LoadOgg (QFile *file, sfx_t *sfx, char *realname)
|
|||
free (realname);
|
||||
return;
|
||||
}
|
||||
if (ov_pcm_total (&vf, -1) < 3 * shm->speed) {
|
||||
if (ov_pcm_total (&vf, -1) < 8 * shm->speed) {
|
||||
sfxblock_t *block = calloc (1, sizeof (sfxblock_t));
|
||||
ov_clear (&vf);
|
||||
sfx->data = block;
|
||||
|
|
Loading…
Reference in a new issue