"Großteil der Parteinamen fehlt im Report"

Auf-/Absteigende Reihenfolge der see_* Prioritaeten verwechselt.
This commit is contained in:
Enno Rehling 2007-02-18 11:28:38 +00:00
parent 5e99e84614
commit 67fd90f3fc
1 changed files with 1 additions and 1 deletions

View File

@ -862,7 +862,7 @@ get_addresses(report_context * ctx)
}
u = u->next;
}
} else if (sr->mode<see_travel) {
} else if (sr->mode>see_travel) {
const unit * u = r->units;
while (u!=NULL) {
if (u->faction!=ctx->f) {