r2656 - branches/nexuiz-2.0/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue May 22 13:45:49 EDT 2007


Author: div0
Date: 2007-05-22 13:45:48 -0400 (Tue, 22 May 2007)
New Revision: 2656

Modified:
   branches/nexuiz-2.0/data/qcsrc/server/w_shotgun.qc
Log:
move shotgun smoke forward


Modified: branches/nexuiz-2.0/data/qcsrc/server/w_shotgun.qc
===================================================================
--- branches/nexuiz-2.0/data/qcsrc/server/w_shotgun.qc	2007-05-22 10:40:05 UTC (rev 2655)
+++ branches/nexuiz-2.0/data/qcsrc/server/w_shotgun.qc	2007-05-22 17:45:48 UTC (rev 2656)
@@ -18,7 +18,7 @@
 	if (cvar("g_use_ammunition"))
 		self.ammo_shells = self.ammo_shells - cvar("g_balance_shotgun_primary_ammo");
 
-	W_Smoke(w_shotorg, v_forward, 12);
+	W_Smoke(w_shotorg + v_forward * 8, v_forward, 12);
 	//te_smallflash(w_shotorg);
 
 	// casing code




More information about the nexuiz-commits mailing list