diff options
Diffstat (limited to 'src/game/server/player.h')
| -rw-r--r-- | src/game/server/player.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/game/server/player.h b/src/game/server/player.h index fbbf5567..f4d82d24 100644 --- a/src/game/server/player.h +++ b/src/game/server/player.h @@ -37,6 +37,12 @@ public: //--------------------------------------------------------- // this is used for snapping so we know how we can clip the view for the player vec2 m_ViewPos; + + // states if the client is chatting, accessing a menu etc. + int m_PlayerFlags; + + // used for snapping to just update latency if the scoreboard is active + int m_aActLatency[MAX_CLIENTS]; // int m_Vote; |