summaryrefslogtreecommitdiff
path: root/src/00_Core/Player/PlayerBase.cpp
diff options
context:
space:
mode:
authorAetias <aetias@outlook.com>2024-05-19 13:04:14 +0200
committerAetias <aetias@outlook.com>2024-05-19 13:04:14 +0200
commit135436ed81d155faff26d6969b39ad9c6c77cb73 (patch)
tree559ed124a931a2139616e49b717dbef9a3bc8947 /src/00_Core/Player/PlayerBase.cpp
parentb5764f424aacbc9f67e57ab4359c61d6322eee98 (diff)
Rename `PlayerBase::CollidesWith`
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 24619493..c5a93674 100644
--- a/src/00_Core/Player/PlayerBase.cpp
+++ b/src/00_Core/Player/PlayerBase.cpp
@@ -11,7 +11,7 @@ EquipSword* PlayerBase::GetEquipSword() {}
EquipShield* PlayerBase::GetEquipShield() {}
void PlayerBase::LookAt(Vec3p *target) {}
bool PlayerBase::func_ov00_020a7c00(s32 param1) {}
-bool PlayerBase::func_ov00_020a7c1c(Cylinder *cylinder) {}
+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() {}