mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
Update src/overlays/actors/ovl_Obj_Mine/z_obj_mine.c
Co-authored-by: Anghelo Carvajal <angheloalf95@gmail.com>
This commit is contained in:
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)) {
|
||||
|
||||
Reference in New Issue
Block a user