Use explicit zero-comparison in dBgS_Acch::Chk* functions (#2533)

This commit is contained in:
Max Roncace
2025-07-14 02:40:04 +00:00
committed by GitHub
parent cd99fa788c
commit 339c00f4f2
2 changed files with 12 additions and 13 deletions
-1
View File
@@ -3172,7 +3172,6 @@ BOOL daObjCarry_c::chkSinkObj() {
}
/* 8047573C-80476618 0067BC 0EDC+00 1/1 0/0 0/0 .text bg_check__12daObjCarry_cFv */
// NONMATCHING - regalloc, equivalent?
void daObjCarry_c::bg_check() {
bool roof_hit = mAcch.ChkRoofHit();
bool wall_hit = mAcch.ChkWallHit();