ranking of new status conditions
This commit is contained in:
@@ -118,7 +118,7 @@ enum blconditions {
|
||||
/* clang-format on */
|
||||
|
||||
struct conditions_t {
|
||||
int priority;
|
||||
int ranking;
|
||||
long mask;
|
||||
enum blconditions c;
|
||||
const char *text[3];
|
||||
@@ -135,6 +135,7 @@ struct condtests_t {
|
||||
};
|
||||
|
||||
extern struct condtests_t condtests[CONDITION_COUNT];
|
||||
extern int cond_idx[CONDITION_COUNT];
|
||||
|
||||
#define BEFORE 0
|
||||
#define NOW 1
|
||||
|
||||
Reference in New Issue
Block a user