Rename mFollowActor to mFollowObject

This commit is contained in:
Aetias
2025-05-22 22:10:37 +02:00
parent 0ae9b8c149
commit 931f7888c3
+1 -1
View File
@@ -207,7 +207,7 @@ ARM void LinkStateMove::vfunc_1c() {
}
ARM bool LinkStateMove::vfunc_3c() {
if ((gPlayerControl->GetFollowActor() == NULL) && (gPlayerControl->mFollowActor == NULL) &&
if ((gPlayerControl->GetFollowActor() == NULL) && (gPlayerControl->mFollowObject == NULL) &&
(this->Get_PlayerControlData_Unk120() != 2) && (this->Get_PlayerControlData_Unk120() != 3))
{
return true;