mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-15 07:26:10 +00:00
CKnockBackController: Fix EKnockBackType
This commit is contained in:
@@ -118,7 +118,7 @@ void CMetroidBeta::AcceptScriptMsg(EScriptObjectMessage msg, TUniqueId uid, CSta
|
||||
x840_31_ = true;
|
||||
x83c_ += 1.f;
|
||||
}
|
||||
KnockBack(proj->GetTranslation() - proj->GetPreviousPos(), mgr, dInfo, EKnockBackType::Radius, false,
|
||||
KnockBack(proj->GetTranslation() - proj->GetPreviousPos(), mgr, dInfo, EKnockBackType::Direct, false,
|
||||
dInfo.GetKnockBackPower());
|
||||
}
|
||||
if (x840_25_)
|
||||
|
||||
Reference in New Issue
Block a user