From 9ceac1fc17ed0b0e15906b11e1c6819c2264419b Mon Sep 17 00:00:00 2001 From: motorsep Date: Sat, 11 Apr 2009 20:07:47 +0000 Subject: [PATCH] In function `S_ServerSounds': unused variable `sfxnext' (commented it out). git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8900 d7cf8633-e32d-0410-b094-e92efae38249 --- snd_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snd_main.c b/snd_main.c index 21cf2033..6ea262f6 100644 --- a/snd_main.c +++ b/snd_main.c @@ -1008,7 +1008,7 @@ S_ServerSounds void S_ServerSounds (char serversound [][MAX_QPATH], unsigned int numsounds) { sfx_t *sfx; - sfx_t *sfxnext; +// sfx_t *sfxnext; unsigned int i; // Start the ambient sounds and make them loop -- 2.39.2