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:
roeming
2026-02-20 05:48:29 -05:00
committed by GitHub
parent 95c3626771
commit 0558bde1e6
138 changed files with 516 additions and 470 deletions
+1 -1
View File
@@ -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;