From ea099abec3907a55dc2b389f028bfca0dafb7bec Mon Sep 17 00:00:00 2001 From: feacur Date: Tue, 14 Jan 2025 13:37:21 +0100 Subject: [PATCH] apply review suggestions https://github.com/zeldaret/oot/pull/2295#discussion_r1912517978 --- src/overlays/actors/ovl_En_Go2/z_en_go2.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/overlays/actors/ovl_En_Go2/z_en_go2.c b/src/overlays/actors/ovl_En_Go2/z_en_go2.c index c058b8dfba..7f49f17732 100644 --- a/src/overlays/actors/ovl_En_Go2/z_en_go2.c +++ b/src/overlays/actors/ovl_En_Go2/z_en_go2.c @@ -1817,7 +1817,6 @@ void EnGo2_HandleOffer(EnGo2* this, PlayState* play) { #endif this->actionFunc = EnGo2_HandleOfferParented; } else { - // @redundant: this action is always paired with `EnGo2_OfferItem`, which itself calls `Actor_OfferGetItem` Actor_OfferGetItem(&this->actor, play, this->getItemId, this->actor.xzDistToPlayer + 1.0f, fabsf(this->actor.yDistToPlayer) + 1.0f); }