Fix WARNING: addData: Type mismatch in LLMsgVarData::addData for Set

This commit is contained in:
Aleric Inglewood
2013-05-25 22:07:50 +02:00
parent b1be8802ca
commit a8880983c4
3 changed files with 9 additions and 5 deletions

View File

@@ -89,6 +89,10 @@ const U8 PERM_GROUP = 0x04;
const U8 PERM_EVERYONE = 0x08;
const U8 PERM_NEXT_OWNER = 0x10;
// Boolean values for "Set".
const U8 PERM_SET_TRUE = 0x1;
const U8 PERM_SET_FALSE = 0x0;
// This is just a quickie debugging key
// no modify: PERM_ALL & ~PERM_MODIFY = 0x7fffbfff
// no copy: PERM_ALL & ~PERM_COPY = 0x7fff7fff