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

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Oct 23 08:30:00 EDT 2009


Author: thilo
Date: 2009-10-23 08:30:00 -0400 (Fri, 23 Oct 2009)
New Revision: 1695

Modified:
   trunk/code/client/snd_openal.c
Log:
remove redundancy


Modified: trunk/code/client/snd_openal.c
===================================================================
--- trunk/code/client/snd_openal.c	2009-10-23 12:18:49 UTC (rev 1694)
+++ trunk/code/client/snd_openal.c	2009-10-23 12:30:00 UTC (rev 1695)
@@ -815,7 +815,6 @@
 	curSource->channel = -1;
 	curSource->isActive = qfalse;
 	curSource->isLocked = qfalse;
-	curSource->isLooping = qfalse;
 	curSource->isTracking = qfalse;
 	curSource->local = qfalse;
 }



More information about the quake3-commits mailing list