diff options
| author | Aetias <aetias@outlook.com> | 2024-03-26 21:25:52 +0100 |
|---|---|---|
| committer | Aetias <aetias@outlook.com> | 2024-03-26 21:25:52 +0100 |
| commit | ac47abfa46fc49181ac10724af48904e28f386d6 (patch) | |
| tree | ac76d50ce9814505db816e58a1de2139791f104f /src | |
| parent | f4e26837e21c091e68136e9f20dc8f18ab2162d5 (diff) | |
`PlayerLinkBase` -> `PlayerBase`
Diffstat (limited to 'src')
| -rw-r--r-- | src/00_Core/Player/LinkStateBase.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/00_Core/Player/LinkStateBase.cpp b/src/00_Core/Player/LinkStateBase.cpp index 5a7a4187..85566588 100644 --- a/src/00_Core/Player/LinkStateBase.cpp +++ b/src/00_Core/Player/LinkStateBase.cpp @@ -32,7 +32,7 @@ void LinkStateBase::func_ov00_020a84bc(s32 param1) {} void LinkStateBase::func_ov00_020a8508() {} void LinkStateBase::func_ov00_020a853c(Vec3p *param1) {} void LinkStateBase::Teleport(Vec3p *pos, s16 angle, unk32 param3, bool param4, bool param5) {} -void LinkStateBase::PlayerLinkBase_vfunc_38(Vec3p *pos) {} +void LinkStateBase::PlayerBase_vfunc_38(Vec3p *pos) {} void LinkStateBase::PlayerLink_vfunc_74() {} void LinkStateBase::PlayerLink_vfunc_88() {} unk16 LinkStateBase::Get_PlayerLink_Unk48() {} |
