aboutsummaryrefslogtreecommitdiff
path: root/mp/src/game/shared/Multiplayer/multiplayer_animstate.h
diff options
context:
space:
mode:
Diffstat (limited to 'mp/src/game/shared/Multiplayer/multiplayer_animstate.h')
-rw-r--r--mp/src/game/shared/Multiplayer/multiplayer_animstate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mp/src/game/shared/Multiplayer/multiplayer_animstate.h b/mp/src/game/shared/Multiplayer/multiplayer_animstate.h
index 5407e4bd..007533a1 100644
--- a/mp/src/game/shared/Multiplayer/multiplayer_animstate.h
+++ b/mp/src/game/shared/Multiplayer/multiplayer_animstate.h
@@ -200,6 +200,7 @@ public:
void AddVCDSequenceToGestureSlot( int iGestureSlot, int iGestureSequence, float flCycle = 0.0f, bool bAutoKill = true );
CAnimationLayer* GetGestureSlotLayer( int iGestureSlot );
bool IsGestureSlotActive( int iGestureSlot );
+ bool VerifyAnimLayerInSlot( int iGestureSlot );
// Feet.
bool m_bForceAimYaw;