From e2c0f46e4f64f7970005a66056be85a6929b5227 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sun, 16 Oct 2005 16:16:03 +0000 Subject: Set the default number of channels to a more sensible 8 Subversion-branch: /trunk/chocolate-doom Subversion-revision: 203 --- src/s_sound.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/s_sound.c b/src/s_sound.c index 9b806115..d6e6dfdf 100644 --- a/src/s_sound.c +++ b/src/s_sound.c @@ -1,7 +1,7 @@ // Emacs style mode select -*- C++ -*- //----------------------------------------------------------------------------- // -// $Id: s_sound.c 169 2005-10-08 18:34:12Z fraggle $ +// $Id: s_sound.c 203 2005-10-16 16:16:03Z fraggle $ // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 2005 Simon Howard @@ -22,6 +22,9 @@ // 02111-1307, USA. // // $Log$ +// Revision 1.9 2005/10/16 16:16:03 fraggle +// Set the default number of channels to a more sensible 8 +// // Revision 1.8 2005/10/08 18:34:12 fraggle // Print startup message to stdout, not stderr // @@ -58,7 +61,7 @@ static const char -rcsid[] = "$Id: s_sound.c 169 2005-10-08 18:34:12Z fraggle $"; +rcsid[] = "$Id: s_sound.c 203 2005-10-16 16:16:03Z fraggle $"; @@ -163,7 +166,7 @@ static musicinfo_t* mus_playing=0; // by the defaults code in M_misc: // number of channels available -int numChannels = 3; +int numChannels = 8; static int nextcleanup; -- cgit v1.2.3