mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-20 10:43:29 +00:00
remove some debug
This commit is contained in:
parent
1d1982fddf
commit
b93615940e
1 changed files with 1 additions and 1 deletions
|
@ -575,7 +575,7 @@ SND_StartSound (int entnum, int entchannel, sfx_t *sfx, const vec3_t origin,
|
|||
sfx->loopstart != (unsigned) -1);
|
||||
if (!target_chan)
|
||||
return;
|
||||
Sys_Printf ("SND_StartSound: %s\n", sfx->name);
|
||||
|
||||
vol = fvol * 255;
|
||||
|
||||
// spatialize
|
||||
|
|
Loading…
Reference in a new issue