Fix approach PathFind call

This commit is contained in:
Phillip Stephens 2019-07-16 15:33:18 -07:00
parent 18d6372c28
commit e552030d40
1 changed files with 1 additions and 1 deletions

View File

@ -304,7 +304,7 @@ void CTryclops::Cover(CStateManager& mgr, EStateMsg msg, float) {
}
void CTryclops::Approach(CStateManager& mgr, EStateMsg msg, float arg) {
PathFind(mgr, msg, arg);
CPatterned::PathFind(mgr, msg, arg);
ApplySeparation(mgr);
if (msg == EStateMsg::Update)
GrabBomb(mgr);