Player: Fix signature of HackCap::HackCap (#892)

This commit is contained in:
MonsterDruide1 2026-02-02 18:59:08 +01:00 committed by GitHub
parent 7564c2df93
commit 291eebc362
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;