aboutsummaryrefslogtreecommitdiff
path: root/mp/src/game/shared/Multiplayer/multiplayer_animstate.h
diff options
context:
space:
mode:
authorJohn Schoenick <[email protected]>2015-09-09 18:35:41 -0700
committerJohn Schoenick <[email protected]>2015-09-09 18:35:41 -0700
commit0d8dceea4310fde5706b3ce1c70609d72a38efdf (patch)
treec831ef32c2c801a5c5a80401736b52c7b5a528ec /mp/src/game/shared/Multiplayer/multiplayer_animstate.h
parentUpdated the SDK with the latest code from the TF and HL2 branches. (diff)
downloadsource-sdk-2013-master.tar.xz
source-sdk-2013-master.zip
Updated the SDK with the latest code from the TF and HL2 branches.HEADmaster
Diffstat (limited to 'mp/src/game/shared/Multiplayer/multiplayer_animstate.h')
-rw-r--r--mp/src/game/shared/Multiplayer/multiplayer_animstate.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/mp/src/game/shared/Multiplayer/multiplayer_animstate.h b/mp/src/game/shared/Multiplayer/multiplayer_animstate.h
index 007533a1..a3c7937a 100644
--- a/mp/src/game/shared/Multiplayer/multiplayer_animstate.h
+++ b/mp/src/game/shared/Multiplayer/multiplayer_animstate.h
@@ -63,6 +63,10 @@ enum PlayerAnimEvent_t
PLAYERANIMEVENT_STUN_BEGIN,
PLAYERANIMEVENT_STUN_MIDDLE,
PLAYERANIMEVENT_STUN_END,
+ PLAYERANIMEVENT_PASSTIME_THROW_BEGIN,
+ PLAYERANIMEVENT_PASSTIME_THROW_MIDDLE,
+ PLAYERANIMEVENT_PASSTIME_THROW_END,
+ PLAYERANIMEVENT_PASSTIME_THROW_CANCEL,
PLAYERANIMEVENT_ATTACK_PRIMARY_SUPER,
@@ -203,6 +207,10 @@ public:
bool VerifyAnimLayerInSlot( int iGestureSlot );
// Feet.
+ // If you are forcing aim yaw, your code is almost definitely broken if you don't include a delay between
+ // teleporting and forcing yaw. This is due to an unfortunate interaction between the command lookback window,
+ // and the fact that m_flEyeYaw is never propogated from the server to the client.
+ // TODO: Fix this after Halloween 2014.
bool m_bForceAimYaw;
protected: