...And include comment

This commit is contained in:
Jdog 2020-08-18 13:47:06 -07:00
parent d5bc60ffc9
commit e8d377eda0
1 changed files with 1 additions and 1 deletions

View File

@ -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;