From 156463ddf5532673b28261549ff3d7742cabe5a8 Mon Sep 17 00:00:00 2001 From: RevoSucks Date: Tue, 31 Oct 2023 20:08:52 -0400 Subject: [PATCH] ovl_En_Honotrap --- src/overlays/actors/ovl_En_Honotrap/z_en_honotrap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/overlays/actors/ovl_En_Honotrap/z_en_honotrap.c b/src/overlays/actors/ovl_En_Honotrap/z_en_honotrap.c index 7326069af..5dbb270a9 100644 --- a/src/overlays/actors/ovl_En_Honotrap/z_en_honotrap.c +++ b/src/overlays/actors/ovl_En_Honotrap/z_en_honotrap.c @@ -510,7 +510,7 @@ void EnHonotrap_FlameMove(EnHonotrap* this, PlayState* play) { shieldVec.z = -player->shieldMf.zz; EnHonotrap_GetNormal(&shieldNorm, &shieldVec); tempVel = thisx->velocity; - func_80179F64(&tempVel, &shieldNorm, &thisx->velocity); + Math3D_Vec3fReflect(&tempVel, &shieldNorm, &thisx->velocity); thisx->speed = this->speedMod * 0.5f; thisx->world.rot.y = Math_Atan2S_XY(thisx->velocity.z, thisx->velocity.x); EnHonotrap_SetupFlameVanish(this);