(notify_coastguard): Use FOUND_COAST, not FOUND_LOOK.
This commit is contained in:
parent
f94f81ee16
commit
b84775fc95
1 changed files with 2 additions and 3 deletions
|
@ -607,9 +607,8 @@ notify_coastguard(struct emp_qelem *list, int trange, struct sctstr *sectp)
|
|||
cname(mlp->ship.shp_own),
|
||||
prship(&mlp->ship),
|
||||
xyas(mlp->ship.shp_x, mlp->ship.shp_y, sectp->sct_own));
|
||||
if (opt_HIDDEN) {
|
||||
setcont(sectp->sct_own, mlp->ship.shp_own, FOUND_LOOK);
|
||||
}
|
||||
if (opt_HIDDEN)
|
||||
setcont(sectp->sct_own, mlp->ship.shp_own, FOUND_COAST);
|
||||
}
|
||||
|
||||
return 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue