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/14_Land/Actor/ActorRupee.cpp | |
| parent | d29c7c377e2808686d915992ef149a8652009e98 (diff) | |
`Actor::vfunc_08` -> `Actor::Init`
Diffstat (limited to 'src/14_Land/Actor/ActorRupee.cpp')
| -rw-r--r-- | src/14_Land/Actor/ActorRupee.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/14_Land/Actor/ActorRupee.cpp b/src/14_Land/Actor/ActorRupee.cpp index 32a95333..23ac82dc 100644 --- a/src/14_Land/Actor/ActorRupee.cpp +++ b/src/14_Land/Actor/ActorRupee.cpp @@ -36,7 +36,7 @@ ActorRupee::ActorRupee() { } // https://decomp.me/scratch/1qjCc -bool ActorRupee::vfunc_08() { +bool ActorRupee::Init() { u32 dVar5; u32 iVar7; |
