summaryrefslogtreecommitdiff
path: root/src/00_Core/Player/PlayerBase.cpp
diff options
context:
space:
mode:
authorAetias <aetias@outlook.com>2024-05-26 10:49:32 +0200
committerAetias <aetias@outlook.com>2024-05-26 10:49:32 +0200
commit31669e142453758d8ee4278043943329ac830984 (patch)
tree1cfa64011167acf946b18a7e7e665e4a64907529 /src/00_Core/Player/PlayerBase.cpp
parent9d46c1de014471507ca6e672ac7edadca6798b97 (diff)
Decomp `Actor`
Diffstat (limited to 'src/00_Core/Player/PlayerBase.cpp')
-rw-r--r--src/00_Core/Player/PlayerBase.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/00_Core/Player/PlayerBase.cpp b/src/00_Core/Player/PlayerBase.cpp
index c5a93674..dfdb4eb5 100644
--- a/src/00_Core/Player/PlayerBase.cpp
+++ b/src/00_Core/Player/PlayerBase.cpp
@@ -14,7 +14,7 @@ bool PlayerBase::func_ov00_020a7c00(s32 param1) {}
bool PlayerBase::CollidesWith(Cylinder *cylinder) {}
bool PlayerBase::func_ov00_020a7c60(Vec3p *param1, Vec3p *param2, s32 param3) {}
void PlayerBase::EquipItem_vfunc_3c(Cylinder *cylinder, ItemFlag equipId) {}
-void PlayerBase::EquipItem_vfunc_2c() {}
+s32 PlayerBase::EquipItem_vfunc_2c() {}
void PlayerBase::SetHealth(s16 health) {}
void PlayerBase::AddHealth(s16 amount) {}
bool PlayerBase::Teleport(Vec3p *pos, s16 angle, unk32 param3, bool param4, bool param5) {}