diff options
| author | Aetias <144526980+AetiasHax@users.noreply.github.com> | 2026-05-11 20:34:17 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-11 20:34:17 +0200 |
| commit | e704ec994219540b71da323a61ffa930f80ce492 (patch) | |
| tree | 8ef52838d148fcc7c1d1f1cb2458f47af9c23fa0 /src/00_Core/Actor/Actor.cpp | |
| parent | d02c870d1dbe8c9b5e8b3acbb3b5bfff53ad8d03 (diff) | |
ActorCharacter OK (#162)
* ActorCharacter 93%
* ActorCharacter 98%
* ActorCharacter OK
* Fix broken matches
Diffstat (limited to 'src/00_Core/Actor/Actor.cpp')
| -rw-r--r-- | src/00_Core/Actor/Actor.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/00_Core/Actor/Actor.cpp b/src/00_Core/Actor/Actor.cpp index 19dbe4f3..9e5b4202 100644 --- a/src/00_Core/Actor/Actor.cpp +++ b/src/00_Core/Actor/Actor.cpp @@ -239,8 +239,8 @@ ARM bool Actor::vfunc_70() { return true; } -ARM void Actor::vfunc_74() {} -ARM void Actor::vfunc_7c() {} +ARM void Actor::vfunc_74(ActorRef *ref) {} +ARM void Actor::vfunc_7c(ActorRef *ref) {} ARM bool Actor::vfunc_78() { return true; @@ -254,11 +254,11 @@ ARM bool Actor::vfunc_8c() { return true; } -ARM bool Actor::vfunc_90() { +ARM bool Actor::vfunc_90(unk32 param1, unk32 param2) { return true; } -ARM void Actor::vfunc_94() {} +ARM void Actor::vfunc_94(unk32 param1, unk32 param2) {} ARM bool Actor::vfunc_98() {} ARM bool Actor::vfunc_9c() {} |
