diff options
| author | maxim_productengine <mnikolenko@productengine.com> | 2020-02-13 12:40:24 +0200 | 
|---|---|---|
| committer | maxim_productengine <mnikolenko@productengine.com> | 2020-02-13 12:40:24 +0200 | 
| commit | 1b78d59dc118f6acd20b58c64ba4b197c0a4eac4 (patch) | |
| tree | 1184140493733af1868e37ca13e53e2f5b1f63a0 | |
| parent | c81aa53e7bd8570da82e1794a8b50eb74a3d1bee (diff) | |
SL-12631 Update llteleportflags.h in the viewer to match the simulator
| -rw-r--r-- | indra/llmessage/llteleportflags.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/indra/llmessage/llteleportflags.h b/indra/llmessage/llteleportflags.h index b3fcad036e..fd1e702832 100644 --- a/indra/llmessage/llteleportflags.h +++ b/indra/llmessage/llteleportflags.h @@ -44,6 +44,8 @@ const U32 TELEPORT_FLAGS_VIA_REGION_ID  	= 1 << 12;  const U32 TELEPORT_FLAGS_IS_FLYING			= 1 << 13;  const U32 TELEPORT_FLAGS_SHOW_RESET_HOME	= 1 << 14;  const U32 TELEPORT_FLAGS_FORCE_REDIRECT		= 1 << 15; // used to force a redirect to some random location - used when kicking someone from land. +const U32 TELEPORT_FLAGS_VIA_GLOBAL_COORDS	= 1 << 16; +const U32 TELEPORT_FLAGS_WITHIN_REGION		= 1 << 17;  const U32 TELEPORT_FLAGS_MASK_VIA =   TELEPORT_FLAGS_VIA_LURE   									| TELEPORT_FLAGS_VIA_LANDMARK | 
