Revert "It's never ogre with these hatelist crashes.."

This reverts commit dffee38dc6.
This commit is contained in:
SecretsOTheP
2014-04-23 12:50:25 -04:00
parent 6aa0c9d694
commit 9502f0aadf
9 changed files with 7 additions and 34 deletions
+3
View File
@@ -205,6 +205,9 @@ void HateList::Add(Mob *ent, int32 in_hate, int32 in_dam, bool bFrenzy, bool iAd
bool HateList::RemoveEnt(Mob *ent)
{
if (!ent)
return false;
bool found = false;
auto iterator = list.begin();