(pln_wanted, pln_capable): Rename.

This commit is contained in:
Markus Armbruster 2007-11-02 19:13:10 +00:00
parent 98105c9561
commit 4d663ddbd6
3 changed files with 10 additions and 10 deletions

View file

@ -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;