forked from github/server
put the faction's age into the CR
This commit is contained in:
parent
f175d0804d
commit
170eed6b62
|
@ -1120,6 +1120,7 @@ report_computer(FILE * F, faction * f, struct seen_region ** seen, const faction
|
|||
}
|
||||
fprintf(F, "PARTEI %d\n", f->no);
|
||||
fprintf(F, "\"%s\";locale\n", locale_name(f->locale));
|
||||
fprintf(F, "%d;age\n", f->age);
|
||||
fprintf(F, "%d;Optionen\n", f->options);
|
||||
#ifdef SCORE_MODULE
|
||||
if (f->options & want(O_SCORE) && f->age>DISPLAYSCORE) {
|
||||
|
|
Loading…
Reference in New Issue