[nexuiz-commits] r7918 - trunk/data/qcsrc/client

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Sep 26 06:59:40 EDT 2009


Author: fruitiex
Date: 2009-09-26 06:59:40 -0400 (Sat, 26 Sep 2009)
New Revision: 7918

Modified:
   trunk/data/qcsrc/client/projectile.qc
Log:
also draw the electro blob dynlight after it comes to rest, please test


Modified: trunk/data/qcsrc/client/projectile.qc
===================================================================
--- trunk/data/qcsrc/client/projectile.qc	2009-09-26 10:19:48 UTC (rev 7917)
+++ trunk/data/qcsrc/client/projectile.qc	2009-09-26 10:59:40 UTC (rev 7918)
@@ -34,6 +34,9 @@
 			case PROJECTILE_FIREMINE:
 				to_z += 1;
 				break;
+			case PROJECTILE_ELECTRO:
+                        	trailparticles(self, particleeffectnum("TR_NEXUIZPLASMA"), from, to);
+                        	return;
 			default:
 				return;
 		}



More information about the nexuiz-commits mailing list