diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2025-04-15 22:19:15 +0300 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2025-04-15 22:19:15 +0300 |
commit | 06a76eda6af9fbe36e40a749c44e590ad6cfe363 (patch) | |
tree | 8e269e6e11880d316c9358c6654479c17f644b08 /indra/llcommon | |
parent | ae931987356a71dbe8fc7ec31f2a2fe9108b4495 (diff) | |
parent | 293462d8ff6dcb00ec501d026a6589d869a2f846 (diff) |
Merge branch 'develop' into marchcat/05-develop
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 |