From 1bfe2d1a94e1782d2e7c7b127366539d256d468d Mon Sep 17 00:00:00 2001 From: inspectredc Date: Thu, 30 Nov 2023 23:53:32 +0000 Subject: [PATCH] fix crown --- soh/src/overlays/actors/ovl_Boss_Ganondrof/z_boss_ganondrof.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soh/src/overlays/actors/ovl_Boss_Ganondrof/z_boss_ganondrof.c b/soh/src/overlays/actors/ovl_Boss_Ganondrof/z_boss_ganondrof.c index c73842595..2761043a7 100644 --- a/soh/src/overlays/actors/ovl_Boss_Ganondrof/z_boss_ganondrof.c +++ b/soh/src/overlays/actors/ovl_Boss_Ganondrof/z_boss_ganondrof.c @@ -1452,7 +1452,7 @@ void BossGanondrof_PostLimbDraw(PlayState* play, s32 limbIndex, Gfx** dList, Vec if (((this->flyMode != GND_FLY_PAINTING) || (this->actionFunc == BossGanondrof_Intro)) && (limbIndex <= 25)) { Matrix_MultVec3f(&zeroVec, &this->bodyPartsPos[limbIndex - 1]); } - if (CVarGetInteger("gLetItSnow", 0)) { + if (CVarGetInteger("gLetItSnow", 0) && this->deathState == NOT_DEAD) { if (limbIndex == 15) { OPEN_DISPS(play->state.gfxCtx); Matrix_Push();