Doc clarifications.
This commit is contained in:
parent
d12995ff68
commit
75c03fba80
3 changed files with 5 additions and 5 deletions
|
@ -36,9 +36,9 @@
|
|||
struct loststr {
|
||||
short ef_type;
|
||||
natid lost_owner; /* Who lost it */
|
||||
int lost_uid; /* This lost # */
|
||||
int lost_uid; /* lost ID */
|
||||
char lost_type; /* Type of thing (ship, plane, nuke, land, sector) */
|
||||
short lost_id; /* ID of thing */
|
||||
short lost_id; /* ID of lost thing */
|
||||
coord lost_x;
|
||||
coord lost_y;
|
||||
time_t lost_timestamp; /* When it was lost */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue