zu kurze reports. derber fehler...

This commit is contained in:
Enno Rehling 2002-05-05 11:14:47 +00:00
parent 53031783e2
commit c875dc341e
1 changed files with 1 additions and 2 deletions

View File

@ -1810,8 +1810,7 @@ lastregion (faction * f)
if (check_leuchtturm(r, f)) if (check_leuchtturm(r, f))
f->last = r->next; f->last = r->next;
if (p && is_watcher(p, f)) { if (p && is_watcher(p, f)) {
f->first = r; f->last = r->next;
return r;
} }
} }
} }