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

@ -42,11 +42,13 @@
/* The order of the following elements is there to match up with genitem */
struct sctstr {
/* initial part must match struct genitem */
short ef_type;
natid sct_own; /* owner's country num */
short sct_elev; /* elevation/depth */
coord sct_x; /* x coord of sector */
coord sct_y; /* y coord of sector */
/* end of part matching struct genitem */
u_char sct_type; /* sector type */
u_char sct_effic; /* 0% to 100% */
short sct_mobil; /* mobility units */