mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-02 00:06:36 +00:00
[Client] Fix IsMoving for Client (#2318)
* [Client] Fix IsMoving for client * Consolidate member vars * Update client_process.cpp
This commit is contained in:
+1
-3
@@ -229,8 +229,6 @@ public:
|
||||
Client(EQStreamInterface * ieqs);
|
||||
~Client();
|
||||
|
||||
bool is_client_moving;
|
||||
|
||||
void ReconnectUCS();
|
||||
|
||||
void SetDisplayMobInfoWindow(bool display_mob_info_window);
|
||||
@@ -409,7 +407,7 @@ public:
|
||||
inline void SetBaseRace(uint32 i) { m_pp.race=i; }
|
||||
inline void SetBaseGender(uint32 i) { m_pp.gender=i; }
|
||||
inline void SetDeity(uint32 i) {m_pp.deity=i;deity=i;}
|
||||
|
||||
|
||||
void SetTrackingID(uint32 entity_id);
|
||||
|
||||
inline uint8 GetLevel2() const { return m_pp.level2; }
|
||||
|
||||
Reference in New Issue
Block a user