diff options
| author | Aetias <aetias@outlook.com> | 2025-05-10 20:42:30 +0200 |
|---|---|---|
| committer | Aetias <aetias@outlook.com> | 2025-05-10 20:42:30 +0200 |
| commit | 2eb989a4cf55fcf4de543f1ca89bfd391c664da5 (patch) | |
| tree | 74639030f35efc4ccbd8e8e6d0b30b4fdc3548f3 /include/Player/PlayerBase.hpp | |
| parent | b4cd6ce4d7e247af857d262f983c4f69fff03bef (diff) | |
Match `LinkStateMove`
Diffstat (limited to 'include/Player/PlayerBase.hpp')
| -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 ba4b3deb..d2ffea38 100644 --- a/include/Player/PlayerBase.hpp +++ b/include/Player/PlayerBase.hpp @@ -48,8 +48,8 @@ public: void SetUpdatePos(bool updatePos); void SetVisible(bool visible); - EquipSword *GetEquipSword(); - EquipShield *GetEquipShield(); + static EquipSword *GetEquipSword(); + static EquipShield *GetEquipShield(); void LookAt(Vec3p *target); bool func_ov00_020a7c00(s32 param1); bool CollidesWith(Cylinder *cylinder); |
