make user flag that allows cheating even if cheats are disabled

This commit is contained in:
Martin Michelsen
2023-11-29 17:19:37 -08:00
parent 1e3ca4111a
commit d1ce010d06
4 changed files with 33 additions and 29 deletions
+2 -1
View File
@@ -22,11 +22,12 @@ struct License {
FREE_JOIN_GAMES = 0x00000040,
UNLOCK_GAMES = 0x00000080,
DEBUG = 0x01000000,
CHEAT_ANYWHERE = 0x02000000,
MODERATOR = 0x00000007,
ADMINISTRATOR = 0x000000FF,
ROOT = 0x7FFFFFFF,
UNUSED_BITS = 0x7EFFFF00,
UNUSED_BITS = 0x7CFFFF00,
// clang-format on
};