From f520a39c89284cc078d3fc5dab0f2ddbeafad7a4 Mon Sep 17 00:00:00 2001 From: Vincent Herbet Date: Thu, 20 Mar 2014 18:14:31 +0100 Subject: [PATCH] Add DMG_GRENADE constant (bug 6030, r=arkshine) --- plugins/include/hlsdk_const.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/include/hlsdk_const.inc b/plugins/include/hlsdk_const.inc index 5f0b183e..31f05473 100644 --- a/plugins/include/hlsdk_const.inc +++ b/plugins/include/hlsdk_const.inc @@ -157,6 +157,7 @@ #define DMG_SLOWBURN (1<<21) // In an oven #define DMG_SLOWFREEZE (1<<22) // In a subzero freezer #define DMG_MORTAR (1<<23) // Hit by air raid (done to distinguish grenade from mortar) +#define DMG_GRENADE (1<<24) // Counter-Strike only - Hit by HE grenade #define DMG_TIMEBASED (~(0x3fff)) // Mask for time-based damage // The fNoMonsters parameter of EngFunc_TraceLine, EngFunc_TraceMonsterHull, EngFunc_TraceHull, and EngFunc_TraceSphere