Update src/overlays/actors/ovl_Obj_Mine/z_obj_mine.c

Co-authored-by: Anghelo Carvajal <angheloalf95@gmail.com>
This commit is contained in:
petrie911
2023-04-14 12:50:31 -05:00
committed by GitHub
co-authored by Anghelo Carvajal
parent e74f9e0782
commit 5d9d496f02
@@ -163,7 +163,7 @@ s32 ObjMine_AirWater_CheckOC(ObjMine* this) {
return true;
}
if ((this->collider.base.ocFlags1 & OC1_HIT)) {
if (this->collider.base.ocFlags1 & OC1_HIT) {
Actor* hitActor = this->collider.base.oc;
if ((hitActor->id == ACTOR_OBJ_MINE) && (hitActor->room == this->actor.room)) {