X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Ftriggers%2Ffunc%2Fbutton.qh;h=86a0fc918050846f848a47a981295a292223cf3b;hb=15560a4a494efe42e0e5fa69a628eebc11d97fc7;hp=6f70f09beec2219624baeca92e2cd7deaa104fb4;hpb=e424ba544c41fc40b241b17bd7c1d9c2fc930705;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/triggers/func/button.qh b/qcsrc/common/triggers/func/button.qh index 6f70f09be..86a0fc918 100644 --- a/qcsrc/common/triggers/func/button.qh +++ b/qcsrc/common/triggers/func/button.qh @@ -1 +1,4 @@ #pragma once + + +const int BUTTON_DONTACCUMULATEDMG = BIT(7);