[Cleanup] Remove IsFullHP from mob.cpp/mob.h (#3277)

# Notes
- This is unused.
This commit is contained in:
Alex King
2023-04-14 19:42:39 -04:00
committed by GitHub
parent a8cdfb07e6
commit dc8bfddd7a
2 changed files with 0 additions and 3 deletions
-1
View File
@@ -1451,7 +1451,6 @@ protected:
virtual bool AI_PursueCastCheck() { return(false); }
virtual bool AI_IdleCastCheck() { return(false); }
bool IsFullHP;
bool moved;
std::vector<uint16> RampageArray;