]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/triggers/func/button.qh
Move an assault constant into the assault file
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / func / button.qh
index 75a6006eb5e703e24b79362c9df7b0f39e328376..86a0fc918050846f848a47a981295a292223cf3b 100644 (file)
@@ -1,3 +1,4 @@
 #pragma once
 
-const int BUTTON_DONTACCUMULATEDMG = 128;
+
+const int BUTTON_DONTACCUMULATEDMG = BIT(7);