From 9772afab3430498714049a32186920e0cb9a67d3 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Thu, 23 Mar 2006 18:29:28 +0000 Subject: Remove "default sfx volume" message: this is confusing now, and isn't in Vanilla anyway. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 431 --- src/s_sound.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src') 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(); -- cgit v1.2.3