mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-10 01:44:36 +00:00
change flag name (#2194)
This commit is contained in:
parent
cb7fe4943a
commit
e6e067428e
79 changed files with 111 additions and 111 deletions
|
@ -146,7 +146,7 @@ void EnAObj_Init(Actor* thisx, PlayState* play) {
|
|||
case A_OBJ_SIGNPOST_ARROW:
|
||||
thisx->textId = (this->textId & 0xFF) | 0x300;
|
||||
thisx->lockOnArrowOffset = 500.0f;
|
||||
thisx->flags |= ACTOR_FLAG_ATTENTION_ENABLED | ACTOR_FLAG_NEUTRAL;
|
||||
thisx->flags |= ACTOR_FLAG_ATTENTION_ENABLED | ACTOR_FLAG_FRIENDLY;
|
||||
this->focusYoffset = 45.0f;
|
||||
EnAObj_SetupWaitTalk(this, thisx->params);
|
||||
Collider_InitCylinder(play, &this->collider);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue