diff options
Diffstat (limited to 'linden/indra/newview/rlvdefines.h')
-rw-r--r-- | linden/indra/newview/rlvdefines.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/rlvdefines.h b/linden/indra/newview/rlvdefines.h index 3785b0a..21d7105 100644 --- a/linden/indra/newview/rlvdefines.h +++ b/linden/indra/newview/rlvdefines.h | |||
@@ -71,7 +71,7 @@ const S32 RLVa_VERSION_BUILD = 4; | |||
71 | // Uncomment to enable the Advanced / RLVa / Unit Tests menu (non-public) | 71 | // Uncomment to enable the Advanced / RLVa / Unit Tests menu (non-public) |
72 | //#define RLV_DEBUG_TESTS | 72 | //#define RLV_DEBUG_TESTS |
73 | #else | 73 | #else |
74 | // Uncomment if you want extended debugging information on release builds | 74 | // Uncomment if you want extended debugging information in release builds |
75 | //#define RLV_DEBUG | 75 | //#define RLV_DEBUG |
76 | // Don't halt execution on errors in release | 76 | // Don't halt execution on errors in release |
77 | #define RLV_ERRS LL_WARNS("RLV") | 77 | #define RLV_ERRS LL_WARNS("RLV") |
@@ -82,7 +82,7 @@ const S32 RLVa_VERSION_BUILD = 4; | |||
82 | #define RLV_ROOT_FOLDER "#RLV" | 82 | #define RLV_ROOT_FOLDER "#RLV" |
83 | #define RLV_CMD_PREFIX '@' | 83 | #define RLV_CMD_PREFIX '@' |
84 | #define RLV_PUTINV_PREFIX "#RLV/~" | 84 | #define RLV_PUTINV_PREFIX "#RLV/~" |
85 | #define RLV_SETROT_OFFSET F_PI_BY_TWO // @setrot is off by 90° with the rest of SL | 85 | #define RLV_SETROT_OFFSET F_PI_BY_TWO // @setrot is off by 90° with the rest of SL |
86 | 86 | ||
87 | #define RLV_FOLDER_FLAG_NOSTRIP "nostrip" | 87 | #define RLV_FOLDER_FLAG_NOSTRIP "nostrip" |
88 | #define RLV_FOLDER_PREFIX_HIDDEN '.' | 88 | #define RLV_FOLDER_PREFIX_HIDDEN '.' |