foxygit / doom Log in
commit 9772afab3430498714049a32186920e0cb9a67d3
Author:     Simon Howard <fraggle@gmail.com>
AuthorDate: Thu Mar 23 18:29:28 2006 +0000
Commit:     Simon Howard <fraggle@gmail.com>
CommitDate: Thu Mar 23 18:29:28 2006 +0000

    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(-)

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