d_a_alink 100% (#2957)

* Match daAlink_c::checkHorseGetOff

* Match daAlink_c::procCanoeRowInit
This commit is contained in:
LagoLunatic
2025-12-15 20:09:39 -05:00
committed by GitHub
parent be8d6d42af
commit 2776a536dc
4 changed files with 5 additions and 7 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ public:
MtxP getRideMtx() { return mpModelMorf->getModel()->getAnmMtx(15); }
f32 nowAnimeFrame() const { return mpModelMorf->getFrame(); }
s16 getWaitRollAngle() const { return mWaitRollAngle; }
bool checkGetOff() const { return mEnemy.speedF < 3.0f; }
BOOL checkGetOff() const { return mEnemy.speedF < 3.0f; }
f32 rideSpeedRate() const { return mEnemy.speedF / mSpeedRate; }
f32 getAnimeFrameRate() { return mpModelMorf->getFrame() / mpModelMorf->getEndFrame(); }
BOOL checkAnmLoopFrame() { return mpModelMorf->checkFrame(0.0f); }