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:
parent
9b9c48baa0
commit
e84cf19ffc
1 changed files with 1 additions and 1 deletions
|
@ -587,7 +587,7 @@ void S_PaintChannels(soundcardinfo_t *sc, int endtime)
|
||||||
continue;
|
continue;
|
||||||
if (!ch->vol[0] && !ch->vol[1] && !ch->vol[2] && !ch->vol[3] && !ch->vol[4] && !ch->vol[5])
|
if (!ch->vol[0] && !ch->vol[1] && !ch->vol[2] && !ch->vol[3] && !ch->vol[4] && !ch->vol[5])
|
||||||
continue;
|
continue;
|
||||||
Con_Printf("Volume %i %i\n", ch->vol[0], ch->vol[1]);
|
|
||||||
scache = S_LoadSound (ch->sfx);
|
scache = S_LoadSound (ch->sfx);
|
||||||
if (!scache)
|
if (!scache)
|
||||||
continue;
|
continue;
|
||||||
|
|
Loading…
Reference in a new issue