From 170eed6b62407f2fdd990ab8ce976fb03a3bad76 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Thu, 8 Sep 2005 22:55:31 +0000 Subject: [PATCH] put the faction's age into the CR --- src/common/gamecode/creport.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/gamecode/creport.c b/src/common/gamecode/creport.c index 0436b542b..e25ba02b3 100644 --- a/src/common/gamecode/creport.c +++ b/src/common/gamecode/creport.c @@ -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) {