[quake3-commits] r2038 - trunk/code/cgame

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Thu Jun 16 18:20:03 EDT 2011


Author: thilo
Date: 2011-06-16 18:20:03 -0400 (Thu, 16 Jun 2011)
New Revision: 2038

Modified:
   trunk/code/cgame/cg_particles.c
Log:
Fix #lese in last commit


Modified: trunk/code/cgame/cg_particles.c
===================================================================
--- trunk/code/cgame/cg_particles.c	2011-06-16 21:58:46 UTC (rev 2037)
+++ trunk/code/cgame/cg_particles.c	2011-06-16 22:20:03 UTC (rev 2038)
@@ -1293,7 +1293,7 @@
 	p->time = cg.time;
 #ifdef WOLF_PARTICLES
 	p->alpha = 1.0;
-#lese
+#else
 	p->alpha = 0.5;
 #endif
 	p->alphavel = 0;



More information about the quake3-commits mailing list