added bool for keping tack of queuejump status
This commit is contained in:
parent
efc6c32c33
commit
3b0319d009
@ -40,6 +40,7 @@ class CMoveData
|
|||||||
public:
|
public:
|
||||||
bool m_bFirstRunOfFunctions : 1;
|
bool m_bFirstRunOfFunctions : 1;
|
||||||
bool m_bGameCodeMovedPlayer : 1;
|
bool m_bGameCodeMovedPlayer : 1;
|
||||||
|
bool m_bRejumpAllowed = 1; //keeping track of allowed jump status SA
|
||||||
|
|
||||||
EntityHandle_t m_nPlayerHandle; // edict index on server, client entity handle on client
|
EntityHandle_t m_nPlayerHandle; // edict index on server, client entity handle on client
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user