From 70bd3a2497920200843882c416eefd1876b0c12e Mon Sep 17 00:00:00 2001 From: Andrey Akhmichin Date: Sun, 4 Aug 2019 02:35:57 +0500 Subject: [PATCH] Do not break compatibility with amxx plugins(Gauss was broken in some cases). --- dlls/player.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dlls/player.h b/dlls/player.h index 6fc06dbb..15f1538a 100644 --- a/dlls/player.h +++ b/dlls/player.h @@ -307,8 +307,6 @@ public: void TabulateAmmo( void ); - Vector m_vecLastViewAngles; - float m_flStartCharge; float m_flAmmoStartCharge; float m_flPlayAftershock; @@ -325,6 +323,8 @@ public: float m_flNextChatTime; + Vector m_vecLastViewAngles; + bool m_bSentBhopcap; // If false, the player just joined and needs a bhopcap message. };