mirror of
https://github.com/zeldaret/oot.git
synced 2025-02-27 11:34:29 +00:00
remove unnecessary block braces
https://github.com/zeldaret/oot/pull/2295#discussion_r1841154818
This commit is contained in:
parent
57c4c7653f
commit
a8dff36326
2 changed files with 14 additions and 18 deletions
|
@ -1168,7 +1168,6 @@ void EnGo_Draw(Actor* thisx, PlayState* play) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// draw skeleton normally
|
// draw skeleton normally
|
||||||
{
|
|
||||||
Gfx_SetupDL_37Opa(play->state.gfxCtx);
|
Gfx_SetupDL_37Opa(play->state.gfxCtx);
|
||||||
|
|
||||||
gSPSegment(POLY_OPA_DISP++, 0x08, SEGMENTED_TO_VIRTUAL(gGoronCsEyeOpenTex));
|
gSPSegment(POLY_OPA_DISP++, 0x08, SEGMENTED_TO_VIRTUAL(gGoronCsEyeOpenTex));
|
||||||
|
@ -1178,7 +1177,6 @@ void EnGo_Draw(Actor* thisx, PlayState* play) {
|
||||||
EnGo_OverrideLimbDraw, EnGo_PostLimbDraw, &this->actor);
|
EnGo_OverrideLimbDraw, EnGo_PostLimbDraw, &this->actor);
|
||||||
CLOSE_DISPS(play->state.gfxCtx, "../z_en_go.c", 2525);
|
CLOSE_DISPS(play->state.gfxCtx, "../z_en_go.c", 2525);
|
||||||
EnGo_DrawEffects(this, play);
|
EnGo_DrawEffects(this, play);
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void EnGo_SpawnEffectDust(EnGo* this, Vec3f* pos, Vec3f* velocity, Vec3f* accel, u8 initialTimer, f32 scale,
|
void EnGo_SpawnEffectDust(EnGo* this, Vec3f* pos, Vec3f* velocity, Vec3f* accel, u8 initialTimer, f32 scale,
|
||||||
|
|
|
@ -2132,7 +2132,6 @@ void EnGo2_Draw(Actor* thisx, PlayState* play) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// draw skeleton normally
|
// draw skeleton normally
|
||||||
{
|
|
||||||
OPEN_DISPS(play->state.gfxCtx, "../z_en_go2.c", 3063);
|
OPEN_DISPS(play->state.gfxCtx, "../z_en_go2.c", 3063);
|
||||||
Gfx_SetupDL_25Opa(play->state.gfxCtx);
|
Gfx_SetupDL_25Opa(play->state.gfxCtx);
|
||||||
|
|
||||||
|
@ -2142,5 +2141,4 @@ void EnGo2_Draw(Actor* thisx, PlayState* play) {
|
||||||
SkelAnime_DrawFlexOpa(play, this->skelAnime.skeleton, this->skelAnime.jointTable, this->skelAnime.dListCount,
|
SkelAnime_DrawFlexOpa(play, this->skelAnime.skeleton, this->skelAnime.jointTable, this->skelAnime.dListCount,
|
||||||
EnGo2_OverrideLimbDraw, EnGo2_PostLimbDraw, this);
|
EnGo2_OverrideLimbDraw, EnGo2_PostLimbDraw, this);
|
||||||
CLOSE_DISPS(play->state.gfxCtx, "../z_en_go2.c", 3081);
|
CLOSE_DISPS(play->state.gfxCtx, "../z_en_go2.c", 3081);
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue