nochmal nachgefixt.

This commit is contained in:
Enno Rehling 2002-04-07 21:16:15 +00:00
parent 37f1055d83
commit 817a02784c
1 changed files with 1 additions and 2 deletions

View File

@ -2554,8 +2554,7 @@ add_seen(const struct region * r, unsigned char mode, boolean dis)
seen_region * find = find_seen(r);
if (find) {
if (find->mode >= mode) return false;
if (find->mode>see_neighbour) return true;
if (find->next==NULL) {
if (find->mode>see_neighbour || find->next==NULL) {
find->mode = mode;
find->disbelieves |= dis;
return true;