diff options
Diffstat (limited to 'include/Player/PlayerControlData.hpp')
| -rw-r--r-- | include/Player/PlayerControlData.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Player/PlayerControlData.hpp b/include/Player/PlayerControlData.hpp index cdcd8db8..edf90602 100644 --- a/include/Player/PlayerControlData.hpp +++ b/include/Player/PlayerControlData.hpp @@ -15,7 +15,7 @@ public: /* 010 */ unk32 mUnk_010; /* 014 */ unk32 mUnk_014; /* 018 */ unk32 mStateUnk; - /* 01c */ Vec3p mUnk_01c; + /* 01c */ Vec3p mLastJumpLocation; // vector from last location of the player before jumping? /* 028 */ unk16 mUnk_028; /* 02a */ unk16 mUnk_02a; /* 02c */ unk16 mUnk_02c; |
