mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-20 05:13:39 -07:00
fix nuts reflect, I mean Deku nuts...
This commit is contained in:
parent
fb270dbab9
commit
a35c4abc30
1 changed files with 1 additions and 5 deletions
|
@ -127,11 +127,7 @@ void func_80ABBBA8(EnNutsball* this, GlobalContext* globalCtx) {
|
||||||
|
|
||||||
this->collider.info.toucher.dmgFlags = 2;
|
this->collider.info.toucher.dmgFlags = 2;
|
||||||
Matrix_MtxFToYXZRotS(&player->shieldMf, &sp4C, 0);
|
Matrix_MtxFToYXZRotS(&player->shieldMf, &sp4C, 0);
|
||||||
if (CVar_GetS32("gNewDrops", 0) != 0) {
|
this->actor.world.rot.y = sp4C.y + 0x8000;
|
||||||
this->actor.world.rot.z = sp4C.y + 0x8000;
|
|
||||||
} else {
|
|
||||||
this->actor.world.rot.y = sp4C.y + 0x8000;
|
|
||||||
}
|
|
||||||
this->timer = 30;
|
this->timer = 30;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue