diff options
author | Rider Linden <rider@lindenlab.com> | 2024-10-14 16:42:57 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-14 16:42:57 -0700 |
commit | 4b0fa1e3d1567ea9616fd9430cf5cb91c7825133 (patch) | |
tree | 5b4cdd96d46b2ddafa552ac84553ce6e94a89380 /indra/llcommon | |
parent | a2899a3c6cc859dfde4d9692b0dde6e778184dc4 (diff) | |
parent | 82ffb6e943224d5584ba00f922e4cbc5b0fa62af (diff) |
Merge pull request #2849 from secondlife/rider/world_map_flags
New flags on ScriptTeleportRequest message.
Diffstat (limited to 'indra/llcommon')
-rw-r--r-- | indra/llcommon/indra_constants.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llcommon/indra_constants.h b/indra/llcommon/indra_constants.h index 566ea2ea14..a0394da281 100644 --- a/indra/llcommon/indra_constants.h +++ b/indra/llcommon/indra_constants.h @@ -355,5 +355,7 @@ constexpr U8 CLICK_ACTION_DISABLED = 8; constexpr U8 CLICK_ACTION_IGNORE = 9; // DO NOT CHANGE THE SEQUENCE OF THIS LIST!! +constexpr U32 BEACON_SHOW_MAP = 0x0001; +constexpr U32 BEACON_FOCUS_MAP = 0x0002; #endif |