otherfaction wurde bei befreundeten parteien falsch angezeigt (puh. zum glück nur bei befreundeten)

This commit is contained in:
Enno Rehling 2002-03-27 01:49:10 +00:00
parent 6daa871074
commit c3eb994051
1 changed files with 1 additions and 1 deletions

View File

@ -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(")");