diff options
| author | Aetias <aetias@outlook.com> | 2025-03-08 12:35:55 +0100 |
|---|---|---|
| committer | Aetias <aetias@outlook.com> | 2025-03-08 12:35:55 +0100 |
| commit | a8dc7ef705f777cc725e1ec08918fc8c2d61b60a (patch) | |
| tree | ad17199c16dff4aa64fa57781760e09db0011b29 /include/Player/PlayerBase.hpp | |
| parent | 44ba14e823fd9d67fd92166f5370683fad56f428 (diff) | |
Delink and 81% decomp `ActorActionObject`
Diffstat (limited to 'include/Player/PlayerBase.hpp')
| -rw-r--r-- | include/Player/PlayerBase.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Player/PlayerBase.hpp b/include/Player/PlayerBase.hpp index 354e1078..ba4b3deb 100644 --- a/include/Player/PlayerBase.hpp +++ b/include/Player/PlayerBase.hpp @@ -29,7 +29,7 @@ public: /* 0c */ virtual bool CanMove(); /* 10 */ virtual void vfunc_10(Cylinder *param1) = 0; /* 14 */ virtual void vfunc_14(Cylinder *param1) = 0; - /* 18 */ virtual void vfunc_18() = 0; + /* 18 */ virtual bool vfunc_18(s32 param1) = 0; /* 1c */ virtual void Init() = 0; /* 20 */ virtual void vfunc_20() = 0; /* 24 */ virtual void UpdatePos() = 0; |
