]> git.pond.sub.org Git - empserver/blobdiff - include/lost.h
Extend the common header of struct empobj to include uid
[empserver] / include / lost.h
index acfae5c9754eb1c4f53efcae680a34840ee1001d..a377c6ec19c52743389d3df9057412161dbdaf4d 100644 (file)
@@ -40,9 +40,9 @@
 struct loststr {
     /* initial part must match struct empobj */
     short ef_type;
 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 */
     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;
     short lost_type;           /* Type of thing (ship, plane, nuke, land, sector) */
     short lost_id;             /* ID of lost thing */
     coord lost_x;