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

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Mar 2 04:14:54 EST 2010


Author: div0
Date: 2010-03-02 04:14:51 -0500 (Tue, 02 Mar 2010)
New Revision: 8736

Modified:
   trunk/data/qcsrc/server/cl_weaponsystem.qc
Log:
fix a typo

Modified: trunk/data/qcsrc/server/cl_weaponsystem.qc
===================================================================
--- trunk/data/qcsrc/server/cl_weaponsystem.qc	2010-03-02 08:28:32 UTC (rev 8735)
+++ trunk/data/qcsrc/server/cl_weaponsystem.qc	2010-03-02 09:14:51 UTC (rev 8736)
@@ -1561,7 +1561,7 @@
 
 void W_SetupProjectileVelocity(entity missile, float pSpeed, float spread)
 {
-	W_SetupProjectileVelocityEx(missile, w_shotdir, v_up, pSpeed, 0, spread);
+	W_SetupProjectileVelocityEx(missile, w_shotdir, v_up, pSpeed, 0, 0, spread);
 }
 
 #define W_SETUPPROJECTILEVELOCITY_UP(m,s) W_SetupProjectileVelocityEx(m, w_shotdir, v_up, cvar(#s "_speed"), cvar(#s "_speed_up"), cvar(#s "_speed_z"), cvar(#s "_spread"))



More information about the nexuiz-commits mailing list