mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-24 21:01:17 +00:00
forgot to remove debug code
This commit is contained in:
parent
c7f6565654
commit
7a4caa8bd3
1 changed files with 1 additions and 1 deletions
|
@ -436,7 +436,7 @@ void SND_Spatialize(channel_t *ch)
|
||||||
ch->rightvol = ch->master_vol;
|
ch->rightvol = ch->master_vol;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
printf("%d %d\n",ch->entnum,cl.playernum);
|
|
||||||
// calculate stereo seperation and distance attenuation
|
// calculate stereo seperation and distance attenuation
|
||||||
|
|
||||||
sndfx = ch->sfx;
|
sndfx = ch->sfx;
|
||||||
|
|
Loading…
Reference in a new issue