diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-06-03 18:25:16 -0400 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2020-06-03 19:47:45 -0500 |
commit | aaf5d91c18727f9a542f90ec0e7ca5a5f6247815 (patch) | |
tree | e3e4b81980a4c8f5c2c11b0759fa8538274a31e5 /src/match_call.c | |
parent | 83336585e26a288bed3bfac001462e94de9f09d1 (diff) |
Document field_message_box.c
Diffstat (limited to 'src/match_call.c')
-rw-r--r-- | src/match_call.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/match_call.c b/src/match_call.c index 9d8523576..033276684 100644 --- a/src/match_call.c +++ b/src/match_call.c @@ -1098,7 +1098,7 @@ bool32 TryStartMatchCall(void) return FALSE; } -void StartMatchCallFromScript(u8 *message) +void StartMatchCallFromScript(const u8 *message) { gMatchCallState.triggeredFromScript = 1; StartMatchCall(); |