mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-21 05:43:42 -07:00
Merge pull request #23 from inspectredc/phantom-ganon-crown-fix
fix crown
This commit is contained in:
commit
4fcf1b0732
1 changed files with 1 additions and 1 deletions
|
@ -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)) {
|
if (((this->flyMode != GND_FLY_PAINTING) || (this->actionFunc == BossGanondrof_Intro)) && (limbIndex <= 25)) {
|
||||||
Matrix_MultVec3f(&zeroVec, &this->bodyPartsPos[limbIndex - 1]);
|
Matrix_MultVec3f(&zeroVec, &this->bodyPartsPos[limbIndex - 1]);
|
||||||
}
|
}
|
||||||
if (CVarGetInteger("gLetItSnow", 0)) {
|
if (CVarGetInteger("gLetItSnow", 0) && this->deathState == NOT_DEAD) {
|
||||||
if (limbIndex == 15) {
|
if (limbIndex == 15) {
|
||||||
OPEN_DISPS(play->state.gfxCtx);
|
OPEN_DISPS(play->state.gfxCtx);
|
||||||
Matrix_Push();
|
Matrix_Push();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue