diff options
-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(); |