summaryrefslogtreecommitdiff
path: root/src/code/z_player_call.c
diff options
context:
space:
mode:
authorfig02 <fig02srl@gmail.com>2024-10-20 23:19:14 -0400
committerGitHub <noreply@github.com>2024-10-20 23:19:14 -0400
commit3677c111408fcf81a108567fadcfba3bbafdbe31 (patch)
treec53a9e1323a771961f5771f74144f43929aac05c /src/code/z_player_call.c
parentf4210323a22a481215a139804cae8a8941eafdd3 (diff)
Document `ACTOR_FLAG_CAN_PRESS_SWITCHES` (#2275)
* document switch activation * format * activate -> press * fix comment
Diffstat (limited to 'src/code/z_player_call.c')
-rw-r--r--src/code/z_player_call.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_player_call.c b/src/code/z_player_call.c
index 6859e5731..d6a473120 100644
--- a/src/code/z_player_call.c
+++ b/src/code/z_player_call.c
@@ -2,7 +2,7 @@
#define FLAGS \
(ACTOR_FLAG_ATTENTION_ENABLED | ACTOR_FLAG_HOSTILE | ACTOR_FLAG_4 | ACTOR_FLAG_5 | \
- ACTOR_FLAG_UPDATE_DURING_OCARINA | ACTOR_FLAG_26)
+ ACTOR_FLAG_UPDATE_DURING_OCARINA | ACTOR_FLAG_CAN_PRESS_SWITCHES)
#pragma increment_block_number "gc-eu:128 gc-eu-mq:128 gc-jp:128 gc-jp-ce:128 gc-jp-mq:128 gc-us:128 gc-us-mq:128" \
"ntsc-1.2:128 pal-1.1:128"