diff options
author | Simon Howard | 2006-03-23 18:29:28 +0000 |
---|---|---|
committer | Simon Howard | 2006-03-23 18:29:28 +0000 |
commit | 9772afab3430498714049a32186920e0cb9a67d3 (patch) | |
tree | 44df5e5f1635388e83dfe5a2c3ec0e71d0c046b8 /src/s_sound.c | |
parent | 8c66bb9fdc95ee3271a3ca0bd9d6653b9ed725d7 (diff) | |
download | chocolate-doom-9772afab3430498714049a32186920e0cb9a67d3.tar.gz chocolate-doom-9772afab3430498714049a32186920e0cb9a67d3.tar.bz2 chocolate-doom-9772afab3430498714049a32186920e0cb9a67d3.zip |
Remove "default sfx volume" message: this is confusing now, and isn't
in Vanilla anyway.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 431
Diffstat (limited to 'src/s_sound.c')
-rw-r--r-- | src/s_sound.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/s_sound.c b/src/s_sound.c index af7bc06b..fd051217 100644 --- a/src/s_sound.c +++ b/src/s_sound.c @@ -1,7 +1,7 @@ // Emacs style mode select -*- C++ -*- //----------------------------------------------------------------------------- // -// $Id: s_sound.c 430 2006-03-23 18:25:56Z fraggle $ +// $Id: s_sound.c 431 2006-03-23 18:29:28Z fraggle $ // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 2005 Simon Howard @@ -67,7 +67,7 @@ static const char -rcsid[] = "$Id: s_sound.c 430 2006-03-23 18:25:56Z fraggle $"; +rcsid[] = "$Id: s_sound.c 431 2006-03-23 18:29:28Z fraggle $"; @@ -213,8 +213,6 @@ void S_Init { int i; - printf("S_Init: default sfx volume %d\n", sfxVolume); - // Whatever these did with DMX, these are rather dummies now. I_SetChannels(); |