]> git.pond.sub.org Git - empserver/commitdiff
Doc clarifications.
authorMarkus Armbruster <armbru@pond.sub.org>
Sat, 21 Aug 2004 13:25:57 +0000 (13:25 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Sat, 21 Aug 2004 13:25:57 +0000 (13:25 +0000)
include/land.h
include/lost.h
include/nuke.h

index b567dcad0931dc97b4f145a4797803e2be8c259b..35f288bbea5aeb7df38b55b0d314212940a7639f 100644 (file)
@@ -61,7 +61,7 @@ struct lndstr {
     coord lnd_opx, lnd_opy;    /* Op sector coords */
     short lnd_mission;         /* mission code */
     short lnd_radius;          /* mission radius */
-    s_char lnd_flags;          /* unit flags */
+    s_char lnd_flags;          /* unit flags (unused) */
     short lnd_ship;            /* pointer to transporting ship */
     s_char lnd_harden;         /* for missiles */
     short lnd_retreat;         /* retreat percentage */
index adfec5bc8084ab1422b00841565a1b98235b0b38..27e135d36d367e93e111e0c8c9a4428f7969e129 100644 (file)
@@ -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 */
index 9cbb5257f0b34019b37b143089c45ee01de63250..a5a4f688377569f001a649ef740b34c2a40848f5 100644 (file)
@@ -43,8 +43,8 @@ struct nukstr {
     coord nuk_x;               /* current loc of device */
     coord nuk_y;
     s_char nuk_n;              /* number of nukes in list */
-    short nuk_ship;            /* currently aboard ship */
-    short nuk_trade;           /* index into trade file */
+    short nuk_ship;            /* currently aboard ship (unused) */
+    short nuk_trade;           /* index into trade file (unused) */
     short nuk_types[N_MAXNUKE];        /* # of nukes in sector of given type */
     time_t nuk_timestamp;      /* Last time this nuke was touched */
 };