diff options
| author | Aetias <aetias@outlook.com> | 2024-05-23 22:53:54 +0200 |
|---|---|---|
| committer | Aetias <aetias@outlook.com> | 2024-05-23 22:53:54 +0200 |
| commit | 66cd1914feeefe9b5c6f645bbb0cdd06b6bc601a (patch) | |
| tree | e2cc71d9049e5af3e9818991c3faf730f1a6fa19 /include/Actor/Actor.hpp | |
| parent | b32a2702e8582c03aaf2aa1574b8ebaa0e968844 (diff) | |
Decomp `Actor`
Diffstat (limited to 'include/Actor/Actor.hpp')
| -rw-r--r-- | include/Actor/Actor.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Actor/Actor.hpp b/include/Actor/Actor.hpp index 59b6f93f..43bf8b43 100644 --- a/include/Actor/Actor.hpp +++ b/include/Actor/Actor.hpp @@ -212,7 +212,7 @@ public: bool CollidesWithPlayer(PlayerCollide flags); static void func_ov00_020c23c4(ActorRef *ref, Actor *actor); static void func_ov00_020c23d4(ActorRef *ref, Actor *actor, Cylinder *cylinder); - bool func_ov00_020c243c(ActorTypeId *actorTypes, s32 *param2); + bool func_ov00_020c243c(ActorTypeId *actorTypes, Actor **result); bool func_ov00_020c27a8(unk32 param1); bool IsFollowedByLink(); void StopLinkFollow(); |
