mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-26 22:31:05 +00:00
remove some debug info
This commit is contained in:
parent
194c9aa097
commit
eac5b83ea5
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@ vorbis_stream_open (sfx_t *_sfx)
|
|||
QFS_FOpenFile (stream->file, &file);
|
||||
if (!file)
|
||||
return 0;
|
||||
puts (stream->file);
|
||||
|
||||
sfx = calloc (1, sizeof (sfx_t));
|
||||
samples = shm->speed * 0.3;
|
||||
size = samples = (samples + 255) & ~255;
|
||||
|
|
Loading…
Reference in a new issue