diff options
Diffstat (limited to '')
-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 279d280..b765d4d 100644 --- a/linden/indra/llcommon/indra_constants.h +++ b/linden/indra/llcommon/indra_constants.h | |||
@@ -153,6 +153,11 @@ 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 | 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 = ':'; | ||
160 | |||
156 | // keys | 161 | // keys |
157 | // Bit masks for various keyboard modifier keys. | 162 | // Bit masks for various keyboard modifier keys. |
158 | const MASK MASK_NONE = 0x0000; | 163 | const MASK MASK_NONE = 0x0000; |