Added new IN_ATTACK3 button define to entity_prop_stocks (bug 5564).

This commit is contained in:
Nicholas Hastings 2012-12-23 17:06:14 -05:00
parent 59df217a09
commit 710456f871

View File

@ -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.