Fix HP update issues, rework logic for more accurate and responsive HP updates

This commit is contained in:
Akkadius
2017-07-09 17:35:08 -05:00
parent 127f51e758
commit ccdeb4d385
6 changed files with 87 additions and 69 deletions
+2 -1
View File
@@ -1389,7 +1389,8 @@ protected:
int wandertype;
int pausetype;
int8 last_hp;
int8 last_hp_percent;
int32 last_hp;
int cur_wp;
glm::vec4 m_CurrentWayPoint;