aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/rlvdefines.h
diff options
context:
space:
mode:
authorunknown2009-10-15 20:33:44 -0400
committerMcCabe Maxsted2009-10-16 16:43:30 -0700
commitd7757f10568fc07d0205a9c9c0825343328348f6 (patch)
treef86b14a2d521ac5af5d17f120a945d90eb3a6f20 /linden/indra/newview/rlvdefines.h
parentApplied RLVa-1.0.4e_20091010_SL-1.22.11-diff.patch (diff)
downloadmeta-impy-d7757f10568fc07d0205a9c9c0825343328348f6.zip
meta-impy-d7757f10568fc07d0205a9c9c0825343328348f6.tar.gz
meta-impy-d7757f10568fc07d0205a9c9c0825343328348f6.tar.bz2
meta-impy-d7757f10568fc07d0205a9c9c0825343328348f6.tar.xz
Fix rlvdefines.h with VC80 warning C4819 - character cannot be represented in some codesets
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/rlvdefines.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/rlvdefines.h b/linden/indra/newview/rlvdefines.h
index d1e0b75..118ba31 100644
--- a/linden/indra/newview/rlvdefines.h
+++ b/linden/indra/newview/rlvdefines.h
@@ -77,7 +77,7 @@ const S32 RLVa_VERSION_BUILD = 4;
77#define RLV_ROOT_FOLDER "#RLV" 77#define RLV_ROOT_FOLDER "#RLV"
78#define RLV_CMD_PREFIX '@' 78#define RLV_CMD_PREFIX '@'
79#define RLV_PUTINV_PREFIX "#RLV/~" 79#define RLV_PUTINV_PREFIX "#RLV/~"
80#define RLV_SETROT_OFFSET F_PI_BY_TWO // @setrot is off by 90° with the rest of SL 80#define RLV_SETROT_OFFSET F_PI_BY_TWO // @setrot is off by 90° with the rest of SL
81 81
82#define RLV_FOLDER_FLAG_NOSTRIP "nostrip" 82#define RLV_FOLDER_FLAG_NOSTRIP "nostrip"
83#define RLV_FOLDER_PREFIX_HIDDEN '.' 83#define RLV_FOLDER_PREFIX_HIDDEN '.'