cleaned up levels in both the admin plugin and the source code

overrides use full flag bits now

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40445
This commit is contained in:
David Anderson
2007-02-06 05:48:52 +00:00
parent 8860ff6224
commit 0c56f71a61
6 changed files with 60 additions and 15 deletions
+2 -1
View File
@@ -44,9 +44,10 @@ enum AdminFlag
Admin_Custom5, /**< Fifth custom flag type */
Admin_Custom6, /**< Sixth custom flag type */
/* --- */
AdminFlags_TOTAL,
};
#define AdminFlags_TOTAL 21
/**
* These define bitwise values for bitstrings (numbers containing bitwise flags).
*/