Don't need RLV assertions
This commit is contained in:
@@ -80,7 +80,7 @@ const S32 RLVa_VERSION_PATCH = 3;
|
|||||||
const S32 RLVa_VERSION_BUILD = 2;
|
const S32 RLVa_VERSION_BUILD = 2;
|
||||||
|
|
||||||
// Uncomment before a final release
|
// Uncomment before a final release
|
||||||
//#define RLV_RELEASE
|
#define RLV_RELEASE
|
||||||
|
|
||||||
// The official viewer version we're patching against
|
// The official viewer version we're patching against
|
||||||
#define RLV_MAKE_TARGET(x, y, z) ((x << 16) | (y << 8) | z)
|
#define RLV_MAKE_TARGET(x, y, z) ((x << 16) | (y << 8) | z)
|
||||||
@@ -117,7 +117,7 @@ const S32 RLVa_VERSION_BUILD = 2;
|
|||||||
#define RLV_ROOT_FOLDER "#RLV"
|
#define RLV_ROOT_FOLDER "#RLV"
|
||||||
#define RLV_CMD_PREFIX '@'
|
#define RLV_CMD_PREFIX '@'
|
||||||
#define RLV_PUTINV_PREFIX "#RLV/~"
|
#define RLV_PUTINV_PREFIX "#RLV/~"
|
||||||
#define RLV_SETROT_OFFSET F_PI_BY_TWO // @setrot is off by 90<EFBFBD> with the rest of SL
|
#define RLV_SETROT_OFFSET F_PI_BY_TWO // @setrot is off by 90° with the rest of SL
|
||||||
|
|
||||||
#define RLV_FOLDER_FLAG_NOSTRIP "nostrip"
|
#define RLV_FOLDER_FLAG_NOSTRIP "nostrip"
|
||||||
#define RLV_FOLDER_PREFIX_HIDDEN '.'
|
#define RLV_FOLDER_PREFIX_HIDDEN '.'
|
||||||
|
|||||||
Reference in New Issue
Block a user