X-Git-Url: http://git.pond.sub.org/?p=empserver;a=blobdiff_plain;f=include%2Flost.h;h=a377c6ec19c52743389d3df9057412161dbdaf4d;hp=acfae5c9754eb1c4f53efcae680a34840ee1001d;hb=49780e2c;hpb=aef790f7f32c18d398b648c6a11959a981baff83 diff --git a/include/lost.h b/include/lost.h index acfae5c97..a377c6ec1 100644 --- a/include/lost.h +++ b/include/lost.h @@ -40,9 +40,9 @@ struct loststr { /* initial part must match struct empobj */ short ef_type; + int lost_uid; /* lost ID (assigned, otherwise unused) */ natid lost_owner; /* Who lost it */ /* end of part matching struct empobj */ - int lost_uid; /* lost ID (assigned, otherwise unused) */ short lost_type; /* Type of thing (ship, plane, nuke, land, sector) */ short lost_id; /* ID of lost thing */ coord lost_x;