Skip to content

Commit 4fcf1b0

Browse files
authored
Merge pull request #23 from inspectredc/phantom-ganon-crown-fix
fix crown
2 parents e0d7468 + 1bfe2d1 commit 4fcf1b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

soh/src/overlays/actors/ovl_Boss_Ganondrof/z_boss_ganondrof.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1452,7 +1452,7 @@ void BossGanondrof_PostLimbDraw(PlayState* play, s32 limbIndex, Gfx** dList, Vec
14521452
if (((this->flyMode != GND_FLY_PAINTING) || (this->actionFunc == BossGanondrof_Intro)) && (limbIndex <= 25)) {
14531453
Matrix_MultVec3f(&zeroVec, &this->bodyPartsPos[limbIndex - 1]);
14541454
}
1455-
if (CVarGetInteger("gLetItSnow", 0)) {
1455+
if (CVarGetInteger("gLetItSnow", 0) && this->deathState == NOT_DEAD) {
14561456
if (limbIndex == 15) {
14571457
OPEN_DISPS(play->state.gfxCtx);
14581458
Matrix_Push();

0 commit comments

Comments
 (0)