put the faction's age into the CR

This commit is contained in:
Enno Rehling 2005-09-08 22:55:31 +00:00
parent f175d0804d
commit 170eed6b62
1 changed files with 1 additions and 0 deletions

View File

@ -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) {