shithub: choc

Download patch

ref: 9772afab3430498714049a32186920e0cb9a67d3
parent: 8c66bb9fdc95ee3271a3ca0bd9d6653b9ed725d7
author: Simon Howard <[email protected]>
date: Thu Mar 23 13:29:28 EST 2006

Remove "default sfx volume" message: this is confusing now, and isn't
in Vanilla anyway.

Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 431

--- 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 $";
 
 
 
@@ -212,8 +212,6 @@
   int		musicVolume )
 {  
   int		i;
-
-  printf("S_Init: default sfx volume %d\n", sfxVolume);
 
   // Whatever these did with DMX, these are rather dummies now.
   I_SetChannels();