1
0

Implented IsFishing, SetIsFishing and GetFloaterID().

This commit is contained in:
STRWarrior
2013-12-19 17:33:21 +01:00
parent 86bfed735e
commit 3d70d7198d
2 changed files with 12 additions and 0 deletions

View File

@@ -65,6 +65,8 @@ cPlayer::cPlayer(cClientHandle* a_Client, const AString & a_PlayerName)
, m_IsSubmerged(false)
, m_IsFlying(false)
, m_CanFly(false)
, m_IsFishing(false)
, m_FloaterID(-1)
, m_EatingFinishTick(-1)
, m_IsChargingBow(false)
, m_BowCharge(0)