mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-17 04:31:37 -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:
@@ -411,11 +411,11 @@ void daObj_ItaMato_c::setSwayParam(fopAc_ac_c* i_actor) {
|
||||
case 6:
|
||||
case 7:
|
||||
if (mCutType == 3) {
|
||||
field_0xa02 -= (s16)0x4000;
|
||||
ANGLE_SUB(field_0xa02, 0x4000);
|
||||
}
|
||||
|
||||
|
||||
if (mCutType == 4) {
|
||||
field_0xa02 += (s16)0x4000;
|
||||
ANGLE_ADD(field_0xa02, 0x4000);
|
||||
}
|
||||
|
||||
fVar1 = 0.6f;
|
||||
|
||||
Reference in New Issue
Block a user