diff options
| author | Aetias <144526980+AetiasHax@users.noreply.github.com> | 2025-06-03 18:20:21 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-03 18:20:21 +0200 |
| commit | 21aaec6b40f8cb756e5ef4fff5552b980ab58d4e (patch) | |
| tree | e68507bdb173ac92ecae16c40afb18ada0a1e73f /src/00_Core/Actor/Actor.cpp | |
| parent | a65e5547da4894b8d9aceaee2a81dbebd671ae3e (diff) | |
| parent | adc35c4e1c25c4e977d2d06a19c6a87ffdfef641 (diff) | |
Merge pull request #89 from mike8699/actor-switch-object
Partially Decompile `ActorSwitchObject`
Diffstat (limited to 'src/00_Core/Actor/Actor.cpp')
| -rw-r--r-- | src/00_Core/Actor/Actor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/00_Core/Actor/Actor.cpp b/src/00_Core/Actor/Actor.cpp index db721414..123b2abe 100644 --- a/src/00_Core/Actor/Actor.cpp +++ b/src/00_Core/Actor/Actor.cpp @@ -117,7 +117,7 @@ ARM bool Actor::vfunc_08() { return true; } -ARM void Actor::vfunc_0c() {} +ARM bool Actor::vfunc_0c() {} ARM void Actor::vfunc_10(u32 param1) {} ARM void Actor::vfunc_24() {} ARM void Actor::vfunc_28() {} |
