mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-24 23:53:12 -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:
@@ -106,8 +106,7 @@ void daObjFlag_c::calcJointAngle() {
|
||||
} else {
|
||||
param_0->mJoint1.z = (attr().field_0x0e * cM_ssin(param_0->mRv));
|
||||
}
|
||||
|
||||
param_0->mRv += (s16)(param_1 * attr().field_0x30);
|
||||
ANGLE_ADD(param_0->mRv, param_1 * attr().field_0x30);
|
||||
}
|
||||
|
||||
void daObjFlag_c::calcAngleSwingX(FlagJoint_c* param_0, f32 param_1) {
|
||||
|
||||
Reference in New Issue
Block a user