(notify_coastguard): Use FOUND_COAST, not FOUND_LOOK.

This commit is contained in:
Markus Armbruster 2005-10-03 14:32:02 +00:00
parent f94f81ee16
commit b84775fc95

View file

@ -607,9 +607,8 @@ notify_coastguard(struct emp_qelem *list, int trange, struct sctstr *sectp)
cname(mlp->ship.shp_own), cname(mlp->ship.shp_own),
prship(&mlp->ship), prship(&mlp->ship),
xyas(mlp->ship.shp_x, mlp->ship.shp_y, sectp->sct_own)); xyas(mlp->ship.shp_x, mlp->ship.shp_y, sectp->sct_own));
if (opt_HIDDEN) { if (opt_HIDDEN)
setcont(sectp->sct_own, mlp->ship.shp_own, FOUND_LOOK); setcont(sectp->sct_own, mlp->ship.shp_own, FOUND_COAST);
}
} }
return 1; return 1;