mirror of
https://github.com/zeldaret/tp
synced 2026-08-21 06:28:59 -04:00
d_a_tbox2 done, f_op_actor_mng cleanup, cleanup fopAc_ac_c member names (#2084)
This commit is contained in:
@@ -444,13 +444,13 @@ fopAc_ac_c* cc_at_check(fopAc_ac_c* i_enemy, dCcU_AtInfo* i_AtInfo) {
|
||||
}
|
||||
|
||||
if (i_AtInfo->mAttackPower != 0) {
|
||||
i_enemy->mHealth -= i_AtInfo->mAttackPower;
|
||||
i_enemy->health -= i_AtInfo->mAttackPower;
|
||||
}
|
||||
|
||||
s8 pause_time = 0;
|
||||
if (i_AtInfo->mAttackPower != 0 && i_enemy->mHealth <= 0) {
|
||||
if (i_AtInfo->mAttackPower != 0 && i_enemy->health <= 0) {
|
||||
i_AtInfo->mHitStatus = 2;
|
||||
i_enemy->mHealth = 0;
|
||||
i_enemy->health = 0;
|
||||
}
|
||||
|
||||
int uvar8;
|
||||
|
||||
Reference in New Issue
Block a user