From e84cf19ffcef7bfdf02cf6ff5759043db593bb58 Mon Sep 17 00:00:00 2001 From: Spoike Date: Mon, 4 Oct 2004 07:25:05 +0000 Subject: [PATCH] removed a message git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@300 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/client/snd_mix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/client/snd_mix.c b/engine/client/snd_mix.c index dcd20cc09..b41bd52db 100644 --- a/engine/client/snd_mix.c +++ b/engine/client/snd_mix.c @@ -587,7 +587,7 @@ void S_PaintChannels(soundcardinfo_t *sc, int endtime) continue; if (!ch->vol[0] && !ch->vol[1] && !ch->vol[2] && !ch->vol[3] && !ch->vol[4] && !ch->vol[5]) continue; - Con_Printf("Volume %i %i\n", ch->vol[0], ch->vol[1]); + scache = S_LoadSound (ch->sfx); if (!scache) continue;