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
+3 -3
View File
@@ -373,13 +373,13 @@ static void e_bi_ex(e_bi_class* i_this) {
if (i_this->ignition_time != 0) {
i_this->ignition_time--;
i_this->sound.startCreatureSoundLevel(Z2SE_OBJ_BOMB_IGNITION, 0, -1);
i_this->field_0x696 += (s16) 0x1100;
ANGLE_ADD(i_this->field_0x696, 0x1100);
if (i_this->ignition_time < 45) {
i_this->field_0x696 += (s16) 0x1100;
ANGLE_ADD(i_this->field_0x696, 0x1100);
if (i_this->ignition_time < 30) {
i_this->field_0x696 += (s16) 0x1100;
ANGLE_ADD(i_this->field_0x696, 0x1100);
}
}