diff options
| author | Aetias <aetias@outlook.com> | 2025-05-29 12:38:15 +0200 |
|---|---|---|
| committer | Aetias <aetias@outlook.com> | 2025-05-29 12:38:15 +0200 |
| commit | 5739c36160430ecb777bc5a71065d00732353cfa (patch) | |
| tree | 778218e4347d2bfdadfa921ff4a8d57480ccccdc /src/57_Rope/Actor | |
| parent | d29c7c377e2808686d915992ef149a8652009e98 (diff) | |
`Actor::vfunc_08` -> `Actor::Init`
Diffstat (limited to 'src/57_Rope/Actor')
| -rw-r--r-- | src/57_Rope/Actor/Player/ActorRope.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/57_Rope/Actor/Player/ActorRope.cpp b/src/57_Rope/Actor/Player/ActorRope.cpp index 023f134b..40ab1aa4 100644 --- a/src/57_Rope/Actor/Player/ActorRope.cpp +++ b/src/57_Rope/Actor/Player/ActorRope.cpp @@ -5,7 +5,7 @@ ActorRope_Unk_0219a3b0 gUnk_0219a3b0; void ActorRope_Unk_0219a3b0::vfunc_08(unk16 *param1) {} void ActorRope_Unk_0219a3b0::vfunc_10(s32 *param1) {} ActorRope::ActorRope() {} -bool ActorRope::vfunc_08() {} +bool ActorRope::Init() {} q20 ActorRope::func_ov057_0219a5ac() {} void ActorRope::func_ov057_0219a6b8() {} void ActorRope::func_ov057_0219a850() {} |
