diff --git a/src/engine/fox_360.c b/src/engine/fox_360.c index 2adec923..bbd66cb4 100644 --- a/src/engine/fox_360.c +++ b/src/engine/fox_360.c @@ -2273,7 +2273,7 @@ void ActorAllRange_Draw(Actor* actor) { } } else if (gCurrentLevel == LEVEL_SECTOR_Z) { gSPDisplayList(gMasterDisp++, D_SZ_6004FE0); - Matrix_Translate(gGfxMatrix, 0.0f, 0.0f, -60.0f, 1); + Matrix_Translate(gGfxMatrix, 0.0f, 0.0f, -60.0f, 1); func_edisplay_8005B1E8(actor, 2); } else if (gCurrentLevel == LEVEL_BOLSE) { gSPDisplayList(gMasterDisp++, D_BO_6008770);