summaryrefslogtreecommitdiff
path: root/include/Player/PlayerControl.hpp
diff options
context:
space:
mode:
authorAetias <aetias@outlook.com>2025-02-18 18:33:12 +0100
committerAetias <aetias@outlook.com>2025-02-18 18:33:12 +0100
commit4a764f9d58cb16343c02afb3592aad7aabf66d6d (patch)
tree282a0173c42fea0c50157fe912e240b0f6e452e6 /include/Player/PlayerControl.hpp
parent83bdfdb8925d84d85b36ffbe69f256cc87da8116 (diff)
PlayerControl: Decomp 80%
Diffstat (limited to 'include/Player/PlayerControl.hpp')
-rw-r--r--include/Player/PlayerControl.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Player/PlayerControl.hpp b/include/Player/PlayerControl.hpp
index 962a3fe0..11dd6488 100644
--- a/include/Player/PlayerControl.hpp
+++ b/include/Player/PlayerControl.hpp
@@ -61,7 +61,7 @@ public:
/* 9e */ unk8 mUnk_9e[2];
/* a0 */ void *mFollowObject;
/* a4 */ q20 mFollowDist;
- /* a8 */ u16 mFollowStuckTimer;
+ /* a8 */ s16 mFollowStuckTimer;
/* aa */ s16 mCutsceneEndTimer;
/* ac */ s16 mUnk_ac;
/* ae */ unk16 mUnk_ae;
@@ -96,7 +96,7 @@ public:
void func_ov00_020afb6c();
bool func_ov00_020afe88(s32 param1, bool param2);
bool func_ov00_020afeec(unk32 param1, bool param2);
- void func_ov00_020aff90(Cylinder *param1, unk32 param2);
+ void func_ov00_020aff90(Vec3p *param1, unk32 param2);
void func_ov00_020affec(Vec3p *param1, s32 y, s32 param3, Vec3p *param4);
void func_ov00_020b014c(Vec3p *param1);
void ResetAim();