mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-12 18:01:16 +00:00
Matrix_MtxFToYXZRotS
does not use MTXMODE_
This commit is contained in:
parent
802ebf6fb2
commit
b50e99525d
1 changed files with 1 additions and 1 deletions
|
@ -3951,7 +3951,7 @@ void BossTw_BlastFire(BossTw* this, GlobalContext* globalCtx) {
|
|||
|
||||
this->actor.world.pos = player2->bodyPartsPos[15];
|
||||
this->actor.world.pos.y = -2000.0f;
|
||||
Matrix_MtxFToYXZRotS(&player2->shieldMf, &blastDir, MTXMODE_NEW);
|
||||
Matrix_MtxFToYXZRotS(&player2->shieldMf, &blastDir, 0);
|
||||
blastDir.x = -blastDir.x;
|
||||
blastDir.y = blastDir.y + 0x8000;
|
||||
Math_ApproachS(&this->magicDir.x, blastDir.x, 0xA, 0x800);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue