Change SetOwner to SetHateOwner refactor

This commit is contained in:
Akkadius 2014-12-28 00:06:51 -06:00
parent 4af3834715
commit 2dadc9ff24

View File

@ -401,7 +401,7 @@ Mob::Mob(const char* in_name,
PathingRouteUpdateTimerLong = new Timer(RuleI(Pathing, RouteUpdateFrequencyLong));
DistractedFromGrid = false;
PathingTraversedNodes = 0;
hate_list.SetOwner(this);
hate_list.SetHateOwner(this);
m_AllowBeneficial = false;
m_DisableMelee = false;