mirror of https://github.com/pmret/papermario.git
...And include comment
This commit is contained in:
parent
d5bc60ffc9
commit
e8d377eda0
|
@ -46,7 +46,7 @@ ApiStatus SetNpcCollisionSize(ScriptInstance* script, s32 isInitialCall) {
|
||||||
Npc* npcPtr = resolve_npc(script, npcID);
|
Npc* npcPtr = resolve_npc(script, npcID);
|
||||||
|
|
||||||
if (npcPtr != NULL) {
|
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) {
|
if (todo) {
|
||||||
npcPtr->collisionHeight = height;
|
npcPtr->collisionHeight = height;
|
||||||
npcPtr->collisionRadius = radius;
|
npcPtr->collisionRadius = radius;
|
||||||
|
|
Loading…
Reference in New Issue