summaryrefslogtreecommitdiff
path: root/src/code/z_en_a_keep.c
diff options
context:
space:
mode:
authorfig02 <fig02srl@gmail.com>2024-09-13 10:07:16 -0400
committerGitHub <noreply@github.com>2024-09-13 10:07:16 -0400
commite6e067428e227204ddb2d459064439bfd89d7362 (patch)
treef0df58a8441ddd2924b19740969eb0ab742bcd5a /src/code/z_en_a_keep.c
parentcb7fe4943aa1628bd0bc690c65edfd6cd2898c3b (diff)
change flag name (#2194)
Diffstat (limited to 'src/code/z_en_a_keep.c')
-rw-r--r--src/code/z_en_a_keep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_en_a_keep.c b/src/code/z_en_a_keep.c
index 39cee208b..bfa7c383c 100644
--- a/src/code/z_en_a_keep.c
+++ b/src/code/z_en_a_keep.c
@@ -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);