[quake3-commits] r2313 - trunk/code/client

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Sep 4 17:13:26 EDT 2012


Author: ztm
Date: 2012-09-04 17:13:25 -0400 (Tue, 04 Sep 2012)
New Revision: 2313

Modified:
   trunk/code/client/snd_dma.c
Log:
Remove a redundant code statement.

Modified: trunk/code/client/snd_dma.c
===================================================================
--- trunk/code/client/snd_dma.c	2012-08-27 15:38:55 UTC (rev 2312)
+++ trunk/code/client/snd_dma.c	2012-09-04 21:13:25 UTC (rev 2313)
@@ -690,7 +690,6 @@
 	int i;
 	for ( i = 0 ; i < MAX_GENTITIES ; i++) {
 		if (killall || loopSounds[i].kill == qtrue || (loopSounds[i].sfx && loopSounds[i].sfx->soundLength == 0)) {
-			loopSounds[i].kill = qfalse;
 			S_Base_StopLoopingSound(i);
 		}
 	}



More information about the quake3-commits mailing list