mirror of
https://github.com/MonsterDruide1/OdysseyDecomp
synced 2026-04-23 09:04:21 +00:00
Player: Fix signature of HackCap::HackCap (#892)
This commit is contained in:
parent
7564c2df93
commit
291eebc362
|
|
@ -11,7 +11,7 @@ class PlayerSeparateCapFlag;
|
|||
class IUsePlayerCollision;
|
||||
class IUsePlayerHeightCheck;
|
||||
class PlayerWetControl;
|
||||
class PlayerWetControl;
|
||||
class PlayerJointControlKeeper;
|
||||
class HackCapJudgePreInputSeparateThrow;
|
||||
class HackCapJudgePreInputSeparateJump;
|
||||
class CapTargetInfo;
|
||||
|
|
@ -24,7 +24,7 @@ public:
|
|||
const PlayerWallActionHistory*, const PlayerCapActionHistory*,
|
||||
const PlayerEyeSensorHitHolder*, const PlayerSeparateCapFlag*,
|
||||
const IUsePlayerCollision*, const IUsePlayerHeightCheck*, const PlayerWetControl*,
|
||||
const PlayerWetControl*, HackCapJudgePreInputSeparateThrow*,
|
||||
const PlayerJointControlKeeper*, HackCapJudgePreInputSeparateThrow*,
|
||||
HackCapJudgePreInputSeparateJump*);
|
||||
|
||||
void init(const al::ActorInitInfo&) override;
|
||||
|
|
|
|||
Loading…
Reference in a new issue