mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 23:07:42 +00:00
Fix approach PathFind call
This commit is contained in:
@@ -304,7 +304,7 @@ void CTryclops::Cover(CStateManager& mgr, EStateMsg msg, float) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void CTryclops::Approach(CStateManager& mgr, EStateMsg msg, float arg) {
|
void CTryclops::Approach(CStateManager& mgr, EStateMsg msg, float arg) {
|
||||||
PathFind(mgr, msg, arg);
|
CPatterned::PathFind(mgr, msg, arg);
|
||||||
ApplySeparation(mgr);
|
ApplySeparation(mgr);
|
||||||
if (msg == EStateMsg::Update)
|
if (msg == EStateMsg::Update)
|
||||||
GrabBomb(mgr);
|
GrabBomb(mgr);
|
||||||
|
|||||||
Reference in New Issue
Block a user