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

@ -46,6 +46,7 @@
* exactly equivalent with shp_x to shp_fleet
*/
struct plnstr {
/* initial part must match struct genitem */
short ef_type;
natid pln_own; /* owning country */
short pln_uid; /* plane unit id */
@ -60,6 +61,7 @@ struct plnstr {
coord pln_opy; /* Op sector coords */
short pln_mission; /* mission code */
short pln_radius; /* mission radius */
/* end of part matching struct genitem */
u_char pln_range; /* total distance, not radius */
u_char pln_range_max; /* max range for this plane */
short pln_ship; /* pointer to carrier */