(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

@ -129,17 +129,12 @@ struct plchrstr {
struct plist {
struct emp_qelem queue; /* list of planes */
int state; /* state of plane */
int bombs; /* bombs carried for bombing mission */
int misc; /* amount of random item being transported */
struct plchrstr *pcp; /* pointer to desc of plane */
struct plnstr plane; /* struct plane */
};
#define P_OK 0
#define P_FIRED 1
#define P_DEL 2
#define getplane(n, p) \
ef_read(EF_PLANE, n, p)
#define putplane(n, p) \