mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-02 18:46:00 -04:00
Big cast cleanup (#3076)
* Big cast cleanup * fix for name conflict * rename header * rename cast macros * fix rename mistake --------- Co-authored-by: roeming <roeming@users.noreply.github.com>
This commit is contained in:
@@ -517,7 +517,7 @@ static void normal_move(e_bug_class* a_this, bug_s* i_this) {
|
||||
cLib_addCalcAngleS2(&i_this->field_0x3c.y, i_this->field_0x42 + (sVar1 + cM_atan2s(sp74.x, sp74.z)), 2, 0x800);
|
||||
i_this->field_0x3c.x = 0;
|
||||
} else {
|
||||
i_this->field_0x3c.x += (s16)((i_this->field_0x8 << 1) + 0xE00);
|
||||
ANGLE_ADD(i_this->field_0x3c.x, (i_this->field_0x8 << 1) + 0xE00);
|
||||
}
|
||||
|
||||
i_this->field_0x30.x = i_this->field_0x24 * cM_ssin(i_this->field_0x3c.y);
|
||||
|
||||
Reference in New Issue
Block a user