removed a message

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@300 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2004-10-04 07:25:05 +00:00
parent 9b9c48baa0
commit e84cf19ffc
1 changed files with 1 additions and 1 deletions

View File

@ -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;