(pln_wanted, pln_capable): Rename.
This commit is contained in:
parent
98105c9561
commit
4d663ddbd6
3 changed files with 10 additions and 10 deletions
|
@ -946,7 +946,7 @@ mission_pln_sel(struct emp_qelem *list, int wantflags, int nowantflags,
|
|||
}
|
||||
}
|
||||
|
||||
if (!pln_wanted(pp, wantflags, nowantflags)) {
|
||||
if (!pln_capable(pp, wantflags, nowantflags)) {
|
||||
emp_remque(qp);
|
||||
free(qp);
|
||||
continue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue