fix missing regions

This commit is contained in:
Enno Rehling 2007-12-09 10:40:45 +00:00
parent b1a42adbeb
commit a5d98c8efe
1 changed files with 2 additions and 0 deletions

View File

@ -1184,6 +1184,8 @@ prepare_report(faction * f)
region * r = firstregion(f); region * r = firstregion(f);
region * last = lastregion(f); region * last = lastregion(f);
link_seen(f->seen, r, last);
for (sr=NULL; sr==NULL && r!=last; r=r->next) { for (sr=NULL; sr==NULL && r!=last; r=r->next) {
sr = find_seen(f->seen, r); sr = find_seen(f->seen, r);
} }