[nexuiz-commits] r7581 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Sep 1 06:04:56 EDT 2009


Author: tzork
Date: 2009-09-01 06:04:55 -0400 (Tue, 01 Sep 2009)
New Revision: 7581

Modified:
   trunk/data/qcsrc/server/mode_onslaught.qc
Log:
 <div0> add a 0 as second argument then commit

Modified: trunk/data/qcsrc/server/mode_onslaught.qc
===================================================================
--- trunk/data/qcsrc/server/mode_onslaught.qc	2009-09-01 07:01:01 UTC (rev 7580)
+++ trunk/data/qcsrc/server/mode_onslaught.qc	2009-09-01 10:04:55 UTC (rev 7581)
@@ -402,7 +402,7 @@
 
 void onslaught_generator_ring_spawn(vector org)
 {
-	modeleffect_spawn("models/onslaught/shockwavetransring.md3", 0, org, '0 0 0', '0 0 0', '0 0 0', 0, -16, 0.1, 1.25, 0.25);
+	modeleffect_spawn("models/onslaught/shockwavetransring.md3", 0, 0, org, '0 0 0', '0 0 0', '0 0 0', 0, -16, 0.1, 1.25, 0.25);
 };
 
 void onslaught_generator_ray_think()



More information about the nexuiz-commits mailing list