mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-04 15:04:31 +00:00
Fixups
This commit is contained in:
parent
09af3006ab
commit
35d52c9605
2 changed files with 2 additions and 1 deletions
|
@ -33,6 +33,7 @@ void guPerspectiveF(f32 mf[4][4], u16* perspNorm, f32 fovy, f32 aspect, f32 near
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void guPerspective(Mtx* m, u16* perspNorm, f32 fovy, f32 aspect, f32 near, f32 far, f32 scale) {
|
void guPerspective(Mtx* m, u16* perspNorm, f32 fovy, f32 aspect, f32 near, f32 far, f32 scale) {
|
||||||
f32 mf[4][4];
|
f32 mf[4][4];
|
||||||
|
|
||||||
|
|
|
@ -3598,7 +3598,7 @@ void EnHorse_Update(Actor* thisx, PlayState* play2) {
|
||||||
this->cyl1.base.atFlags &= ~AT_ON;
|
this->cyl1.base.atFlags &= ~AT_ON;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (gSaveContext.entranceIndex != 343 || gSaveContext.sceneLayer != 9) {
|
if (gSaveContext.entranceIndex != ENTR_SPOT20_0 || gSaveContext.sceneLayer != 9) {
|
||||||
if (this->dustFlags & 1) {
|
if (this->dustFlags & 1) {
|
||||||
this->dustFlags &= ~1;
|
this->dustFlags &= ~1;
|
||||||
func_800287AC(play, &this->frontRightHoof, &dustVel, &dustAcc, EnHorse_RandInt(100) + 200,
|
func_800287AC(play, &this->frontRightHoof, &dustVel, &dustAcc, EnHorse_RandInt(100) + 200,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue