diff options
Diffstat (limited to 'linden/indra/llcommon')
-rw-r--r-- | linden/indra/llcommon/indra_constants.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/linden/indra/llcommon/indra_constants.h b/linden/indra/llcommon/indra_constants.h index 279d280..ae1e04a 100644 --- a/linden/indra/llcommon/indra_constants.h +++ b/linden/indra/llcommon/indra_constants.h | |||
@@ -151,7 +151,12 @@ const U32 PORT_DISCOVERY_RANGE_MAX = PORT_DISCOVERY_RANGE_MIN + 50; | |||
151 | const char LAND_LAYER_CODE = 'L'; | 151 | const char LAND_LAYER_CODE = 'L'; |
152 | const char WATER_LAYER_CODE = 'W'; | 152 | const char WATER_LAYER_CODE = 'W'; |
153 | const char WIND_LAYER_CODE = '7'; | 153 | const char WIND_LAYER_CODE = '7'; |
154 | const char CLOUD_LAYER_CODE = '8'; | 154 | const char CLOUD_LAYER_CODE = '8'; |
155 | |||
156 | // Extended land layer for Aurora Sim | ||
157 | const char AURORA_LAND_LAYER_CODE = 'M'; | ||
158 | const char AURORA_WIND_LAYER_CODE = '9'; | ||
159 | const char AURORA_CLOUD_LAYER_CODE = ':'; | ||
155 | 160 | ||
156 | // keys | 161 | // keys |
157 | // Bit masks for various keyboard modifier keys. | 162 | // Bit masks for various keyboard modifier keys. |