mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-01-12 07:58:05 +00:00
Do not break compatibility with amxx plugins(Gauss was broken in some cases).
This commit is contained in:
parent
f11c100b1e
commit
70bd3a2497
@ -307,8 +307,6 @@ public:
|
|||||||
|
|
||||||
void TabulateAmmo( void );
|
void TabulateAmmo( void );
|
||||||
|
|
||||||
Vector m_vecLastViewAngles;
|
|
||||||
|
|
||||||
float m_flStartCharge;
|
float m_flStartCharge;
|
||||||
float m_flAmmoStartCharge;
|
float m_flAmmoStartCharge;
|
||||||
float m_flPlayAftershock;
|
float m_flPlayAftershock;
|
||||||
@ -325,6 +323,8 @@ public:
|
|||||||
|
|
||||||
float m_flNextChatTime;
|
float m_flNextChatTime;
|
||||||
|
|
||||||
|
Vector m_vecLastViewAngles;
|
||||||
|
|
||||||
bool m_bSentBhopcap; // If false, the player just joined and needs a bhopcap message.
|
bool m_bSentBhopcap; // If false, the player just joined and needs a bhopcap message.
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user