mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-18 20:57:46 -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:
@@ -1710,7 +1710,7 @@ void daNpcF_c::setHitodamaPrtcl() {
|
||||
field_0x9b8.z = field_0x9b8.x * -cM_ssin(shape_angle.y);
|
||||
|
||||
field_0x9b8.x *= cM_scos(shape_angle.y);
|
||||
field_0x9d2 += (s16)0x400;
|
||||
ANGLE_ADD(field_0x9d2, 0x400);
|
||||
|
||||
pos.x = eyePos.x + field_0x9b8.x + field_0x9c4.x;
|
||||
pos.y = eyePos.y + field_0x9b8.y + field_0x9c4.y;
|
||||
|
||||
Reference in New Issue
Block a user