Switch fully over to YAML generation of condition bits. COND is gone.
This commit is contained in:
parent
537c4511e2
commit
7f7f49b739
6 changed files with 27 additions and 20 deletions
|
@ -59,7 +59,7 @@ extern const class_t classes[];
|
|||
extern turn_threshold_t turn_thresholds[];
|
||||
extern obituary_t obituaries[];
|
||||
extern hint_t hints[];
|
||||
extern const long conditions[];
|
||||
extern long conditions[];
|
||||
|
||||
extern const size_t CLSSES;
|
||||
extern const int maximum_deaths;
|
||||
|
@ -114,7 +114,7 @@ hint_t hints[] = {{
|
|||
{}
|
||||
}};
|
||||
|
||||
const long conditions[] = {{
|
||||
long conditions[] = {{
|
||||
{}
|
||||
}};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue