]> git.pond.sub.org Git - empserver/commitdiff
Document unused member.
authorMarkus Armbruster <armbru@pond.sub.org>
Thu, 23 Feb 2006 07:23:52 +0000 (07:23 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Thu, 23 Feb 2006 07:23:52 +0000 (07:23 +0000)
include/lost.h
include/news.h

index b3ceb5a207b4bbd4a8f3e685d14c4fcd046c5729..98c67acdecc5108cda764880df7488df0b1598b3 100644 (file)
@@ -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;
index 545eca501b9371c67b5e28dc2afc892bcba7eb62..3be7c91b07c1aacdf383a6fc94d6f0147d9f1bdb 100644 (file)
@@ -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 */