summaryrefslogtreecommitdiff
path: root/src/i_sound.h
diff options
context:
space:
mode:
authorSimon Howard2005-09-05 20:32:18 +0000
committerSimon Howard2005-09-05 20:32:18 +0000
commit08925d637e30eb12889129c19f53dddef9be6e2e (patch)
tree66c75916d3f6932221ee8adb4ffc9ee9af93274e /src/i_sound.h
parent7b151f074e26aa398b3cbd4811e4e6edd8a7918c (diff)
downloadchocolate-doom-08925d637e30eb12889129c19f53dddef9be6e2e.tar.gz
chocolate-doom-08925d637e30eb12889129c19f53dddef9be6e2e.tar.bz2
chocolate-doom-08925d637e30eb12889129c19f53dddef9be6e2e.zip
Use the system-nonspecific sound code to assign the channel number used
by SDL. Remove handle tagging stuff. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 73
Diffstat (limited to 'src/i_sound.h')
-rw-r--r--src/i_sound.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/i_sound.h b/src/i_sound.h
index 50aec5a9..e0162a77 100644
--- a/src/i_sound.h
+++ b/src/i_sound.h
@@ -1,7 +1,7 @@
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
-// $Id: i_sound.h 39 2005-08-04 21:48:32Z fraggle $
+// $Id: i_sound.h 73 2005-09-05 20:32:18Z fraggle $
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 2005 Simon Howard
@@ -63,6 +63,7 @@ int I_GetSfxLumpNum (sfxinfo_t* sfxinfo );
int
I_StartSound
( int id,
+ int channel,
int vol,
int sep,
int pitch,
@@ -118,6 +119,10 @@ void I_UnRegisterSong(int handle);
//-----------------------------------------------------------------------------
//
// $Log$
+// Revision 1.4 2005/09/05 20:32:18 fraggle
+// Use the system-nonspecific sound code to assign the channel number used
+// by SDL. Remove handle tagging stuff.
+//
// Revision 1.3 2005/08/04 21:48:32 fraggle
// Turn on compiler optimisation and warning options
// Add SDL_mixer sound code