mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
removed my debugging spam.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@298 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
5fbe74b582
commit
960b9e734a
1 changed files with 0 additions and 4 deletions
|
@ -788,9 +788,6 @@ void SND_Spatialize(soundcardinfo_t *sc, channel_t *ch)
|
|||
ch->vol[5] = (int) (ch->master_vol * scale[5]);
|
||||
if (ch->vol[5] < 0)
|
||||
ch->vol[5] = 0;
|
||||
|
||||
if (ch->vol[0])
|
||||
Con_Printf("Spacialising\n");
|
||||
}
|
||||
|
||||
// =======================================================================
|
||||
|
@ -874,7 +871,6 @@ void S_StartSound(int entnum, int entchannel, sfx_t *sfx, vec3_t origin, float f
|
|||
{
|
||||
soundcardinfo_t *sc;
|
||||
|
||||
Con_Printf("Starting sound %s\n", sfx->name);
|
||||
if (!sfx || !*sfx->name) //no named sounds would need specific starting.
|
||||
return;
|
||||
|
||||
|
|
Loading…
Reference in a new issue