diff options
Diffstat (limited to 'linden/indra/llcommon/indra_constants.h')
-rw-r--r-- | linden/indra/llcommon/indra_constants.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/linden/indra/llcommon/indra_constants.h b/linden/indra/llcommon/indra_constants.h index e64ee62..84ec455 100644 --- a/linden/indra/llcommon/indra_constants.h +++ b/linden/indra/llcommon/indra_constants.h | |||
@@ -154,6 +154,11 @@ const char WATER_LAYER_CODE = 'W'; | |||
154 | const char WIND_LAYER_CODE = '7'; | 154 | const char WIND_LAYER_CODE = '7'; |
155 | const char CLOUD_LAYER_CODE = '8'; | 155 | const char CLOUD_LAYER_CODE = '8'; |
156 | 156 | ||
157 | // Extended land layer for Aurora Sim | ||
158 | const char AURORA_LAND_LAYER_CODE = 'M'; | ||
159 | const char AURORA_WIND_LAYER_CODE = '9'; | ||
160 | const char AURORA_CLOUD_LAYER_CODE = ':'; | ||
161 | |||
157 | // keys | 162 | // keys |
158 | // Bit masks for various keyboard modifier keys. | 163 | // Bit masks for various keyboard modifier keys. |
159 | const MASK MASK_NONE = 0x0000; | 164 | const MASK MASK_NONE = 0x0000; |