mirror of
https://github.com/zeldaret/oot.git
synced 2025-01-17 05:57:00 +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_SetActorMove(&this->dyna, 0);
|
||||||
DynaPolyInfo_Alloc(&gColHeader, &colHeader);
|
DynaPolyInfo_Alloc(&gColHeader, &colHeader);
|
||||||
this->dyna.dynaPolyId = DynaPolyInfo_RegisterActor(globalCtx, &globalCtx->colCtx.dyna, thisx, colHeader);
|
this->dyna.dynaPolyId = DynaPolyInfo_RegisterActor(globalCtx, &globalCtx->colCtx.dyna, thisx, colHeader);
|
||||||
|
|
||||||
if (thisx->params != 0x23) {
|
if (thisx->params != 0x23) {
|
||||||
thisx->draw = NULL;
|
thisx->draw = NULL;
|
||||||
this->actionFunc = func_80875A0C;
|
this->actionFunc = func_80875A0C;
|
||||||
|
|
Loading…
Reference in a new issue