[Cleanup] Remove last_max_hp from mob.h (#3063)

# Notes
- This is unused.
This commit is contained in:
Alex King
2023-03-16 20:23:11 -04:00
committed by GitHub
parent db7e8241ac
commit b73c2016cf
-1
View File
@@ -1771,7 +1771,6 @@ protected:
int8 last_hp_percent;
int32 last_hp;
int32 last_max_hp;
int cur_wp;
glm::vec4 m_CurrentWayPoint;