remove a return 0 (#4347)
This commit is contained in:
@@ -280,7 +280,7 @@ void func_80A9CB18(EnKz* this, PlayState* play) {
|
|||||||
yaw -= this->actor.shape.rot.y;
|
yaw -= this->actor.shape.rot.y;
|
||||||
if ((fabsf(yaw) > 1638.0f) || (this->actor.xzDistToPlayer < 265.0f)) {
|
if ((fabsf(yaw) > 1638.0f) || (this->actor.xzDistToPlayer < 265.0f)) {
|
||||||
this->actor.flags &= ~ACTOR_FLAG_TARGETABLE;
|
this->actor.flags &= ~ACTOR_FLAG_TARGETABLE;
|
||||||
return 0;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
this->actor.flags |= ACTOR_FLAG_TARGETABLE;
|
this->actor.flags |= ACTOR_FLAG_TARGETABLE;
|
||||||
|
|||||||
Reference in New Issue
Block a user