mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-14 21:39:01 -04:00
Merge branch 'main' into 26-02-27-allocator-isolation
This commit is contained in:
@@ -242,7 +242,7 @@ static void e_tk2_find(e_tk2_class* i_this) {
|
||||
break;
|
||||
|
||||
case MODE_TK2_SWIM:
|
||||
ADD_ANGLE(i_this->mPlayerAngleY, 0x8000);
|
||||
ANGLE_ADD(i_this->mPlayerAngleY, 0x8000);
|
||||
i_this->mAttentionOFF = true;
|
||||
if (i_this->mpMorf->isStop()) {
|
||||
i_this->mAnimSpeed = 4.0f;
|
||||
@@ -268,7 +268,7 @@ static void e_tk2_find(e_tk2_class* i_this) {
|
||||
}
|
||||
}
|
||||
if (i_this->mActionTimer[1] == 0) {
|
||||
ADD_ANGLE(i_this->mPlayerAngleY, 0x8000);
|
||||
ANGLE_ADD(i_this->mPlayerAngleY, 0x8000);
|
||||
} else {
|
||||
i_this->mPlayerAngleY = i_this->mSomeAngle;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user