From 08ee308fa5a5a23733158075d775ec6de6ec5f78 Mon Sep 17 00:00:00 2001 From: Cuyler36 Date: Tue, 28 Jan 2025 03:05:27 -0500 Subject: [PATCH] Fix bugfix lol --- src/actor/ac_ins_tentou.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/actor/ac_ins_tentou.c b/src/actor/ac_ins_tentou.c index 3d4cc13a..764512ce 100644 --- a/src/actor/ac_ins_tentou.c +++ b/src/actor/ac_ins_tentou.c @@ -500,7 +500,7 @@ static void aITT_actor_move(ACTOR* actorx, GAME* game) { switch (insect->type) { case aINS_INSECT_TYPE_SNAIL: actorx->world.position.y = mCoBG_GetBgY_OnlyCenter_FromWpos(actorx->world.position, 0.0f); - insect->home.position.y = actorx->world.position.y; + actorx->home.position.y = actorx->world.position.y; action = aITT_ACT_LET_ESCAPE_MAIMAI; break; default: