diff options
Diffstat (limited to 'include/conf_class.h')
-rw-r--r-- | include/conf_class.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/conf_class.h b/include/conf_class.h index b7c13c3..6682f9d 100644 --- a/include/conf_class.h +++ b/include/conf_class.h @@ -28,8 +28,10 @@ #ifndef INCLUDED_conf_class_h #define INCLUDED_conf_class_h -#define CLASS_FLAGS_RANDOM_IDLE 0x1 -#define CLASS_FLAGS_HIDE_IDLE_FROM_OPERS 0x2 +#define CLASS_FLAGS_FAKE_IDLE 0x01 +#define CLASS_FLAGS_RANDOM_IDLE 0x02 +#define CLASS_FLAGS_HIDE_IDLE_FROM_OPERS 0x04 + struct ClassItem { |