diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llcommon/lllslconstants.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llcommon/lllslconstants.h b/linden/indra/llcommon/lllslconstants.h index 151c7a2..372c54e 100644 --- a/linden/indra/llcommon/lllslconstants.h +++ b/linden/indra/llcommon/lllslconstants.h | |||
@@ -167,7 +167,7 @@ const S32 STRING_TRIM_TAIL = 0x02; | |||
167 | const S32 STRING_TRIM = STRING_TRIM_HEAD | STRING_TRIM_TAIL; | 167 | const S32 STRING_TRIM = STRING_TRIM_HEAD | STRING_TRIM_TAIL; |
168 | 168 | ||
169 | // llGetObjectDetails | 169 | // llGetObjectDetails |
170 | const S32 OBJECT_UNKOWN_DETAIL = -1; | 170 | const S32 OBJECT_UNKNOWN_DETAIL = -1; |
171 | const S32 OBJECT_NAME = 1; | 171 | const S32 OBJECT_NAME = 1; |
172 | const S32 OBJECT_DESC = 2; | 172 | const S32 OBJECT_DESC = 2; |
173 | const S32 OBJECT_POS = 3; | 173 | const S32 OBJECT_POS = 3; |