mirror of
https://github.com/zeldaret/tp
synced 2026-06-01 17:58:04 -04:00
Use explicit zero-comparison in dBgS_Acch::Chk* functions (#2533)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user