From: motorsep Date: Sat, 11 Apr 2009 20:07:47 +0000 (+0000) Subject: In function `S_ServerSounds': unused variable `sfxnext' (commented it out). X-Git-Tag: xonotic-v0.1.0preview~1710 X-Git-Url: http://git.xonotic.org/?a=commitdiff_plain;h=9ceac1fc17ed0b0e15906b11e1c6819c2264419b;p=xonotic%2Fdarkplaces.git 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 --- 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