mirror of
https://github.com/zeldaret/oot.git
synced 2024-12-29 00:06:33 +00:00
Add newline
This commit is contained in:
parent
3e101aab1b
commit
c62af97314
1 changed files with 1 additions and 0 deletions
|
@ -107,6 +107,7 @@ void BgGanonOtyuka_Init(Actor* thisx, GlobalContext* globalCtx) {
|
|||
DynaPolyInfo_SetActorMove(&this->dyna, 0);
|
||||
DynaPolyInfo_Alloc(&gColHeader, &colHeader);
|
||||
this->dyna.dynaPolyId = DynaPolyInfo_RegisterActor(globalCtx, &globalCtx->colCtx.dyna, thisx, colHeader);
|
||||
|
||||
if (thisx->params != 0x23) {
|
||||
thisx->draw = NULL;
|
||||
this->actionFunc = func_80875A0C;
|
||||
|
|
Loading…
Reference in a new issue