fix: boat plr height & sneak height (#1459)

This commit is contained in:
Sylvessa
2026-04-02 17:16:31 -05:00
committed by GitHub
parent e4c08b8414
commit 8bf0343544
4 changed files with 32 additions and 3 deletions

View File

@@ -241,7 +241,7 @@ void HumanoidModel::setupAnim(float time, float r, float bob, float yRot, float
if (riding)
{
if(uiBitmaskOverrideAnim&(1<<eAnim_SmallModel) == 0)
if ((uiBitmaskOverrideAnim&(1<<eAnim_SmallModel)) == 0)
{
arm0->xRot += -HALF_PI * 0.4f;
arm1->xRot += -HALF_PI * 0.4f;