From e8d377eda00ab097cc41aefa663e64c55c556a64 Mon Sep 17 00:00:00 2001 From: Jdog Date: Tue, 18 Aug 2020 13:47:06 -0700 Subject: [PATCH] ...And include comment --- src/code_f2470_len_27f0.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/code_f2470_len_27f0.c b/src/code_f2470_len_27f0.c index 04557a7f37..0a00d1d447 100644 --- a/src/code_f2470_len_27f0.c +++ b/src/code_f2470_len_27f0.c @@ -46,7 +46,7 @@ ApiStatus SetNpcCollisionSize(ScriptInstance* script, s32 isInitialCall) { Npc* npcPtr = resolve_npc(script, npcID); if (npcPtr != NULL) { - s32 todo = 1; + s32 todo = 1; // TODO: Figure out why this variable and subsequent if block is required for matching if (todo) { npcPtr->collisionHeight = height; npcPtr->collisionRadius = radius;