mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-13 04:39:36 +00:00
Made suggested changes
This commit is contained in:
parent
2c77e70040
commit
13e2c84dbf
1 changed files with 5 additions and 3 deletions
|
@ -445,10 +445,12 @@ static void func_808BB0AC(BgTokiSwd* this, GlobalContext* globalCtx)
|
||||||
this->actor.draw = BgTokiSwd_Draw; //sword has been placed, draw the master sword
|
this->actor.draw = BgTokiSwd_Draw; //sword has been placed, draw the master sword
|
||||||
}
|
}
|
||||||
BgTokiSwd_SetupAction(this, func_808BB128);
|
BgTokiSwd_SetupAction(this, func_808BB128);
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
player = PLAYER;
|
else
|
||||||
player->interactRangeActor = &this->actor;
|
{
|
||||||
|
player = PLAYER;
|
||||||
|
player->interactRangeActor = &this->actor;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static void func_808BB128(BgTokiSwd* this, GlobalContext* globalCtx)
|
static void func_808BB128(BgTokiSwd* this, GlobalContext* globalCtx)
|
||||||
|
|
Loading…
Reference in a new issue