summaryrefslogtreecommitdiff
path: root/src/i_sound.c
diff options
context:
space:
mode:
authorSimon Howard2006-01-10 22:14:13 +0000
committerSimon Howard2006-01-10 22:14:13 +0000
commit75337e4ed54550f215145991517b0139fe7ce5c1 (patch)
tree01433c6b1a25de348184005ff7b33146988d601d /src/i_sound.c
parentae7adeeda69cc61ed4e9409b0a4d3d13b5d40332 (diff)
downloadchocolate-doom-75337e4ed54550f215145991517b0139fe7ce5c1.tar.gz
chocolate-doom-75337e4ed54550f215145991517b0139fe7ce5c1.tar.bz2
chocolate-doom-75337e4ed54550f215145991517b0139fe7ce5c1.zip
Shut up compiler warnings
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 280
Diffstat (limited to 'src/i_sound.c')
-rw-r--r--src/i_sound.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/i_sound.c b/src/i_sound.c
index 127720d1..18cc0975 100644
--- a/src/i_sound.c
+++ b/src/i_sound.c
@@ -1,7 +1,7 @@
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
-// $Id: i_sound.c 271 2006-01-08 17:51:53Z fraggle $
+// $Id: i_sound.c 280 2006-01-10 22:14:13Z fraggle $
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 2005 Simon Howard
@@ -22,6 +22,9 @@
// 02111-1307, USA.
//
// $Log$
+// Revision 1.25 2006/01/10 22:14:13 fraggle
+// Shut up compiler warnings
+//
// Revision 1.24 2006/01/08 17:51:53 fraggle
// Add S_MusicPlaying function to query if music is still playing.
//
@@ -119,7 +122,7 @@
//-----------------------------------------------------------------------------
static const char
-rcsid[] = "$Id: i_sound.c 271 2006-01-08 17:51:53Z fraggle $";
+rcsid[] = "$Id: i_sound.c 280 2006-01-10 22:14:13Z fraggle $";
#include <stdio.h>
#include <stdlib.h>
@@ -574,8 +577,6 @@ void I_ShutdownMusic(void)
music_initialised = false;
}
-static int looping=0;
-static int musicdies=-1;
static boolean musicpaused = false;
//