Document unused member.
This commit is contained in:
parent
c6884e9c77
commit
3700e33494
2 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ struct loststr {
|
|||
short ef_type;
|
||||
natid lost_owner; /* Who lost it */
|
||||
/* end of part matching struct genitem */
|
||||
int lost_uid; /* lost ID */
|
||||
int lost_uid; /* lost ID (assigned, otherwise unused) */
|
||||
char lost_type; /* Type of thing (ship, plane, nuke, land, sector) */
|
||||
short lost_id; /* ID of lost thing */
|
||||
coord lost_x;
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
struct nwsstr {
|
||||
short ef_type;
|
||||
natid nws_ano; /* "actor" country # */
|
||||
short nws_uid;
|
||||
short nws_uid; /* unused */
|
||||
s_char nws_vrb; /* action (verb) */
|
||||
natid nws_vno; /* "victim" country # */
|
||||
s_char nws_ntm; /* number of times */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue