Document struct equivalence hack and implications of EFF_XY and

EFF_GROUP.
This commit is contained in:
Markus Armbruster 2005-05-28 08:03:31 +00:00
parent 7ef7aa83b8
commit 4a67b91f8a
6 changed files with 18 additions and 0 deletions

View file

@ -37,11 +37,13 @@
#define N_MAXNUKE 15
struct nukstr {
/* initial part must match struct genitem */
short ef_type;
natid nuk_own;
short nuk_uid;
coord nuk_x; /* current loc of device */
coord nuk_y;
/* end of part matching struct genitem */
s_char nuk_n; /* number of nukes in list */
short nuk_ship; /* currently aboard ship (unused) */
short nuk_trade; /* index into trade file (unused) */