mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-12 01:40:47 +00:00
parent
9305a71458
commit
b76fe9d0b8
2 changed files with 3 additions and 3 deletions
|
@ -49,7 +49,7 @@ void BgGjyoBridge_Init(Actor* thisx, PlayState* play) {
|
|||
|
||||
this->dyna.bgId = DynaPoly_SetBgActor(play, &play->colCtx.dyna, thisx, colHeader);
|
||||
|
||||
if (GET_EVENTCHKINF(EVENTCHKINF_4D)) {
|
||||
if (GET_EVENTCHKINF(EVENTCHKINF_CREATED_RAINBOW_BRIDGE)) {
|
||||
this->actionFunc = func_808787A4;
|
||||
} else {
|
||||
this->dyna.actor.draw = NULL;
|
||||
|
@ -85,7 +85,7 @@ void BgGjyoBridge_SpawnBridge(BgGjyoBridge* this, PlayState* play) {
|
|||
(play->csCtx.actorCues[2]->id == 2)) {
|
||||
this->dyna.actor.draw = BgGjyoBridge_Draw;
|
||||
DynaPoly_EnableCollision(play, &play->colCtx.dyna, this->dyna.bgId);
|
||||
SET_EVENTCHKINF(EVENTCHKINF_4D);
|
||||
SET_EVENTCHKINF(EVENTCHKINF_CREATED_RAINBOW_BRIDGE);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue