]> git.pond.sub.org Git - empserver/blobdiff - include/lost.h
(EFF_OWNER): The assertion that EFF_OWNER implies ef_read() sets
[empserver] / include / lost.h
index 51cf70cc6c409be1948551d95486395432956650..ae29c8f59e2b2b2faeac6286ea7a24fd6a0681d2 100644 (file)
 #define _LOST_H_
 
 struct loststr {
+    /* initial part must match struct genitem */
     short ef_type;
     natid lost_owner;          /* Who lost it */
+    /* end of part matching struct genitem */
     int lost_uid;              /* lost ID */
     char lost_type;            /* Type of thing (ship, plane, nuke, land, sector) */
     short lost_id;             /* ID of lost thing */