From 710456f87130b915317fc89addec2d0e479e1030 Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Sun, 23 Dec 2012 17:06:14 -0500 Subject: [PATCH] Added new IN_ATTACK3 button define to entity_prop_stocks (bug 5564). --- plugins/include/entity_prop_stocks.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/include/entity_prop_stocks.inc b/plugins/include/entity_prop_stocks.inc index f133dfe0..3d23c73c 100644 --- a/plugins/include/entity_prop_stocks.inc +++ b/plugins/include/entity_prop_stocks.inc @@ -122,6 +122,7 @@ enum RenderFx #define IN_BULLRUSH (1 << 22) #define IN_GRENADE1 (1 << 23) // grenade 1 #define IN_GRENADE2 (1 << 24) // grenade 2 +#define IN_ATTACK3 (1 << 25) // Note: these are only for use with GetEntityFlags and SetEntityFlags // and may not match the game's actual, internal m_fFlags values.