summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaladius <Caladius@users.noreply.github.com>2023-11-30 18:56:41 -0500
committerGitHub <noreply@github.com>2023-11-30 18:56:41 -0500
commit4fcf1b0732712188f88213a266e0c55fc082f970 (patch)
tree673373002c3c7ea12e8bbb2052baf052c361d535
parente0d74686f73b404ba6fb36273b68d3eadae4e931 (diff)
parent1bfe2d1a94e1782d2e7c7b127366539d256d468d (diff)
Merge pull request #23 from inspectredc/phantom-ganon-crown-fix
fix crown
-rw-r--r--soh/src/overlays/actors/ovl_Boss_Ganondrof/z_boss_ganondrof.c2
1 files changed, 1 insertions, 1 deletions
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();