mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-22 06:52:03 +00:00
Fix misc 22 (#1971)
* remove trailing whitespace * fix/docbug about dright for next page of fault menu * // size = ...; -> // size = ... * access `ColliderJntSph.elements` as an array * fixup doc in PreRender.c * empty line after decl * gdSPDefLights1 xyz arguments for direction are signed 8bit values * doc bug of bad use of free in EffDust actor * decimal for Actor.colorFilterTimer * shopItemEntries -> sShopItemEntries * HEISHI4_AT_KAKRIKO_ENTRANCE -> HEISHI4_AT_KAKARIKO_ENTRANCE * format
This commit is contained in:
parent
4dc70fefee
commit
2ce4742bf6
21 changed files with 49 additions and 42 deletions
|
@ -150,7 +150,7 @@ void EnTp_Init(Actor* thisx, PlayState* play2) {
|
|||
this->actor.naviEnemyId = NAVI_ENEMY_TAILPASARAN;
|
||||
this->timer = 0;
|
||||
this->collider.base.acFlags |= AC_HARD;
|
||||
this->collider.elements->dim.modelSphere.radius = this->collider.elements->dim.worldSphere.radius = 8;
|
||||
this->collider.elements[0].dim.modelSphere.radius = this->collider.elements[0].dim.worldSphere.radius = 8;
|
||||
EnTp_Head_SetupWait(this);
|
||||
this->actor.focus.pos = this->actor.world.pos;
|
||||
this->actor.flags |= ACTOR_FLAG_0 | ACTOR_FLAG_2 | ACTOR_FLAG_4;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue