mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-11 03:39:59 +00:00
Reorder add
This commit is contained in:
parent
28e4a675b0
commit
774af9cbd6
1 changed files with 2 additions and 2 deletions
|
@ -160,9 +160,9 @@ void BgGanonOtyuka_WaitToFall(BgGanonOtyuka* this, GlobalContext* globalCtx) {
|
||||||
osSyncPrintf("OTC O 2\n");
|
osSyncPrintf("OTC O 2\n");
|
||||||
|
|
||||||
for (i = 0; i < ARRAY_COUNT(D_80876A68); i++) {
|
for (i = 0; i < ARRAY_COUNT(D_80876A68); i++) {
|
||||||
center.x = D_80876A68[i].x + this->dyna.actor.posRot.pos.x;
|
center.x = this->dyna.actor.posRot.pos.x + D_80876A68[i].x;
|
||||||
center.y = this->dyna.actor.posRot.pos.y;
|
center.y = this->dyna.actor.posRot.pos.y;
|
||||||
center.z = D_80876A68[i].z + this->dyna.actor.posRot.pos.z;
|
center.z = this->dyna.actor.posRot.pos.z + D_80876A68[i].z;
|
||||||
if (func_8003E30C(&globalCtx->colCtx, ¢er, 50.0f)) {
|
if (func_8003E30C(&globalCtx->colCtx, ¢er, 50.0f)) {
|
||||||
this->tiltSides |= sSides[i];
|
this->tiltSides |= sSides[i];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue