From cb65679573dd76a4cfed426206f1698effa81cf5 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sun, 15 Apr 2007 10:42:26 +0000 Subject: [PATCH] zuviel entfernt --- src/common/gamecode/report.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/common/gamecode/report.c b/src/common/gamecode/report.c index 31a13df53..49df5b739 100644 --- a/src/common/gamecode/report.c +++ b/src/common/gamecode/report.c @@ -2605,7 +2605,8 @@ out_faction(FILE *file, faction *f) } else { fprintf(file, "%s (%.3s/%.3s), %d Einh., %d Pers., $%d, %d NMR\n", factionname(f), LOC(default_locale, rc_name(f->race, 0)), - magietypen[f->magiegebiet], f->no_units, f->num_total, f->money); + magietypen[f->magiegebiet], f->no_units, f->num_total, f->money), + turn - f->lastorders; } }