(plist): Member state is used write-only, remove.

(P_OK, P_FIRED, P_DEL): Unused, remove.
This commit is contained in:
Markus Armbruster 2005-09-30 20:44:43 +00:00
parent a5b7465024
commit 1d88b8783a
4 changed files with 0 additions and 8 deletions

View file

@ -1077,7 +1077,6 @@ getilist(struct emp_qelem *list, natid own, struct emp_qelem *a,
continue;
/* got one! */
ip = malloc(sizeof(*ip));
ip->state = P_OK;
ip->bombs = 0;
ip->misc = 0;
ip->pcp = &plchr[(int)plane.pln_type];