PlayerLinkBase -> PlayerBase

This commit is contained in:
Aetias
2024-03-26 21:25:52 +01:00
parent f4e26837e2
commit ac47abfa46
7 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -4,7 +4,7 @@
#include "types.h"
#include "lib/math.h"
#include "Player/PlayerLinkBase.hpp"
#include "Player/PlayerBase.hpp"
#include "Player/MotionParams.hpp"
#include "Actor/ActorManager.hpp"
@@ -17,7 +17,7 @@ enum PlayerCharacter_ {
PlayerCharacter_Gongoron = 1,
};
class PlayerLink: public PlayerLinkBase {
class PlayerLink: public PlayerBase {
/* 00 (base) */
/* 14 */ Vec3p mPos;
/* 20 */ Vec3p mVel;