mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
Merge branch 'Mine' of github.com:petrie911/mm into Mine
This commit is contained in:
@@ -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