]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/constants.qh
Remove the WR_DROP weapon_action, now that it's not needed any more. I don't know...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / constants.qh
index 6ace0dd1f0953278d51110adc364d1b20fe5316e..7b0ef3834257784a8d379bcd971218ad1f4410ca 100644 (file)
@@ -629,7 +629,6 @@ float WR_RESETPLAYER    = 10; // (SVQC) does not need to do anything
 float WR_IMPACTEFFECT  = 11; // (CSQC) impact effect
 float WR_SWITCHABLE    = 12; // (CSQC) impact effect
 float WR_PLAYERDEATH    = 13; // (SVQC) does not need to do anything
-float WR_DROP    = 14; // (SVQC) does not need to do anything
 
 
 float HUD_PANEL_WEAPONS                = 0;