From 9fa822847de1c2d64b8e2186e9ec74277f28cc16 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Thu, 4 Aug 2005 21:48:32 +0000 Subject: Turn on compiler optimisation and warning options Add SDL_mixer sound code Subversion-branch: /trunk/chocolate-doom Subversion-revision: 39 --- src/i_sound.h | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'src/i_sound.h') diff --git a/src/i_sound.h b/src/i_sound.h index cfb6207b..50aec5a9 100644 --- a/src/i_sound.h +++ b/src/i_sound.h @@ -1,7 +1,7 @@ // Emacs style mode select -*- C++ -*- //----------------------------------------------------------------------------- // -// $Id: i_sound.h 8 2005-07-23 16:44:57Z fraggle $ +// $Id: i_sound.h 39 2005-08-04 21:48:32Z fraggle $ // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 2005 Simon Howard @@ -32,13 +32,6 @@ #include "doomdef.h" -// UNIX hack, to be removed. -#ifdef SNDSERV -#include -extern FILE* sndserver; -extern char* sndserver_filename; -#endif - #include "doomstat.h" #include "sounds.h" @@ -125,6 +118,10 @@ void I_UnRegisterSong(int handle); //----------------------------------------------------------------------------- // // $Log$ +// Revision 1.3 2005/08/04 21:48:32 fraggle +// Turn on compiler optimisation and warning options +// Add SDL_mixer sound code +// // Revision 1.2 2005/07/23 16:44:55 fraggle // Update copyright to GNU GPL // -- cgit v1.2.3