diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/Player/PlayerBase.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Player/PlayerBase.hpp b/include/Player/PlayerBase.hpp index 9db3724d..4e13b2c2 100644 --- a/include/Player/PlayerBase.hpp +++ b/include/Player/PlayerBase.hpp @@ -12,8 +12,8 @@ class PlayerBase : public SysObject { /* 0a */ s16 mHealth; /* 0c */ unk8 mUnk_0c[2]; /* 0e */ unk16 mUnk_0e; - /* 10 */ unk8 mUnk_10; - /* 11 */ bool mUnk_11; + /* 10 */ bool mUpdatePos; + /* 11 */ bool mVisible; /* 12 */ bool mUnk_12; /* 13 */ }; |
