r5731 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Feb 4 01:30:53 EST 2009


Author: div0
Date: 2009-02-04 01:30:53 -0500 (Wed, 04 Feb 2009)
New Revision: 5731

Modified:
   trunk/data/qcsrc/server/w_campingrifle.qc
Log:
revert the shot origin back to the "current" camping rifle, as I doubt this new one will fit the model (if it ever gets finished) anyway


Modified: trunk/data/qcsrc/server/w_campingrifle.qc
===================================================================
--- trunk/data/qcsrc/server/w_campingrifle.qc	2009-02-04 06:11:02 UTC (rev 5730)
+++ trunk/data/qcsrc/server/w_campingrifle.qc	2009-02-04 06:30:53 UTC (rev 5731)
@@ -51,7 +51,7 @@
 	if not(self.items & IT_UNLIMITED_WEAPON_AMMO)
 		self.ammo_nails -= pAmmo;
 
-	W_SetupShot (self, '32 8 -4', FALSE, 2, "weapons/campingrifle_fire.wav");
+	W_SetupShot (self, '32 8 -8', FALSE, 2, "weapons/campingrifle_fire.wav");
 	pointparticles(particleeffectnum("shotgun_muzzleflash"), w_shotorg, w_shotdir * 2000, 1);
 
 	if(self.BUTTON_ZOOM) // if zoomed, shoot from the eye




More information about the nexuiz-commits mailing list