]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/g_damage.qh
Loops
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / g_damage.qh
index cee65e1643ad76bb00787468eeccb980d7115f14..fc8bf9c8f72b8e0d0d894721b8f5cbb6270963d3 100644 (file)
@@ -56,7 +56,7 @@ float IsFlying(entity a);
 void UpdateFrags(entity player, float f);
 
 // 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 W_SwitchWeapon_Force(entity e, Weapon w);
 entity GiveFrags_randomweapons;
 void GiveFrags (entity attacker, entity targ, float f, int deathtype);