forked from github/server
wrong region used
This commit is contained in:
parent
2220f4b2c3
commit
05087b6d8e
|
@ -840,6 +840,7 @@ get_addresses(report_context * ctx)
|
||||||
}
|
}
|
||||||
|
|
||||||
for (;sr!=NULL;sr=sr->next) {
|
for (;sr!=NULL;sr=sr->next) {
|
||||||
|
r = sr->r;
|
||||||
if (sr->mode==see_travel) {
|
if (sr->mode==see_travel) {
|
||||||
unit * u = r->units;
|
unit * u = r->units;
|
||||||
while (u) {
|
while (u) {
|
||||||
|
@ -862,7 +863,6 @@ get_addresses(report_context * ctx)
|
||||||
u = u->next;
|
u = u->next;
|
||||||
}
|
}
|
||||||
} else if (sr->mode<see_travel) {
|
} else if (sr->mode<see_travel) {
|
||||||
const region * r = sr->r;
|
|
||||||
const unit * u = r->units;
|
const unit * u = r->units;
|
||||||
while (u!=NULL) {
|
while (u!=NULL) {
|
||||||
if (u->faction!=ctx->f) {
|
if (u->faction!=ctx->f) {
|
||||||
|
|
Loading…
Reference in New Issue