From c3eb9940514c2c4527a5e0c90b92bffa9b3ccafe Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Wed, 27 Mar 2002 01:49:10 +0000 Subject: [PATCH] =?UTF-8?q?otherfaction=20wurde=20bei=20befreundeten=20par?= =?UTF-8?q?teien=20falsch=20angezeigt=20(puh.=20zum=20gl=C3=BCck=20nur=20b?= =?UTF-8?q?ei=20befreundeten)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/kernel/reports.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/kernel/reports.c b/src/common/kernel/reports.c index e6e794cec..77ce64431 100644 --- a/src/common/kernel/reports.c +++ b/src/common/kernel/reports.c @@ -210,7 +210,7 @@ bufunit(const faction * f, const unit * u, int indent, int mode) scat(", "); if(a_otherfaction && allied(u, f, HELP_FSTEALTH)) { - scat(factionname(findfaction(a_otherfaction->data.i))); + scat(factionname(get_otherfaction(a_otherfaction))); scat(" ("); scat(factionname(u->faction)); scat(")");