mirror of
https://github.com/zeldaret/ph
synced 2026-07-05 20:59:19 -04:00
Rename mFollowActor to mFollowObject
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user