diff options
author | Jonathan "Geenz" Goodman <geenz@lindenlab.com> | 2025-03-01 14:59:15 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-01 14:59:15 -0500 |
commit | ea79f8f613754926bc074e44b5f0c12f49821ca6 (patch) | |
tree | b9b589229d7aeb259c322bde7833c467d142be59 /indra/llcommon | |
parent | 20dfc94c5d0955003b0758cd0a1965140068973c (diff) | |
parent | 3dc945c1df2a8961363528df0e383519c9d63d1f (diff) |
Merge pull request #3624 from secondlife/rider/map_beacon
https://github.com/secondlife/viewer-private/issues/297 Local beacons via script
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 d2de88ff0a..c6bdab007f 100644 --- a/indra/llcommon/indra_constants.h +++ b/indra/llcommon/indra_constants.h @@ -355,5 +355,7 @@ const U8 CLICK_ACTION_DISABLED = 8; const 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 |