r5617 - trunk/data/qcsrc/client

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Jan 19 07:58:44 EST 2009


Author: div0
Date: 2009-01-19 07:58:44 -0500 (Mon, 19 Jan 2009)
New Revision: 5617

Modified:
   trunk/data/qcsrc/client/casings.qc
Log:
casings sound fixed :P


Modified: trunk/data/qcsrc/client/casings.qc
===================================================================
--- trunk/data/qcsrc/client/casings.qc	2009-01-19 09:37:16 UTC (rev 5616)
+++ trunk/data/qcsrc/client/casings.qc	2009-01-19 12:58:44 UTC (rev 5617)
@@ -48,10 +48,11 @@
 				}
 
 				sound (self, CHAN_PROJECTILE, s, VOL_BASE, ATTN_NORM);
-				self.nextthink = time + 0.7;
 			}
 		}
 	}
+
+	self.nextthink = time + 0.2;
 }
 
 void Casing_Damage(float thisdmg, float hittype, vector org, vector thisforce)




More information about the nexuiz-commits mailing list