[Client] Fix IsMoving for Client (#2318)

* [Client] Fix IsMoving for client

* Consolidate member vars

* Update client_process.cpp
This commit is contained in:
Chris Miles
2022-07-27 08:51:51 -05:00
committed by GitHub
parent 1089f8139b
commit 7d2f88325a
4 changed files with 12 additions and 15 deletions
+2 -1
View File
@@ -349,7 +349,8 @@ Client::Client(EQStreamInterface* ieqs)
m_pp.InnateSkills[i] = InnateDisabled;
temp_pvp = false;
is_client_moving = false;
moving = false;
environment_damage_modifier = 0;
invulnerable_environment_damage = false;