mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-12-21 23:58:51 -05:00
remove a return 0 (#4347)
This commit is contained in:
parent
e75400a646
commit
1b51750ec0
@ -280,7 +280,7 @@ void func_80A9CB18(EnKz* this, PlayState* play) {
|
||||
yaw -= this->actor.shape.rot.y;
|
||||
if ((fabsf(yaw) > 1638.0f) || (this->actor.xzDistToPlayer < 265.0f)) {
|
||||
this->actor.flags &= ~ACTOR_FLAG_TARGETABLE;
|
||||
return 0;
|
||||
return;
|
||||
}
|
||||
|
||||
this->actor.flags |= ACTOR_FLAG_TARGETABLE;
|
||||
|
Loading…
Reference in New Issue
Block a user