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

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Sep 8 10:44:25 EDT 2009


Author: div0
Date: 2009-09-08 10:44:25 -0400 (Tue, 08 Sep 2009)
New Revision: 7694

Modified:
   trunk/data/qcsrc/server/g_damage.qc
Log:
add missing fdecl


Modified: trunk/data/qcsrc/server/g_damage.qc
===================================================================
--- trunk/data/qcsrc/server/g_damage.qc	2009-09-08 14:40:33 UTC (rev 7693)
+++ trunk/data/qcsrc/server/g_damage.qc	2009-09-08 14:44:25 UTC (rev 7694)
@@ -92,6 +92,7 @@
 }
 
 // NOTE: f=0 means still count as a (positive) kill, but count no frags for it
+void W_SwitchWeapon_Force(entity e, float w);
 void GiveFrags (entity attacker, entity targ, float f)
 {
 	// TODO route through PlayerScores instead



More information about the nexuiz-commits mailing list