X-Git-Url: http://git.pond.sub.org/?p=empserver;a=blobdiff_plain;f=include%2Fplane.h;h=b85f158c738e4ead7fa28e29768305be1181645d;hp=b745d1b7ba940bd6672c56af982fdb27fadf405a;hb=a1ba346736373de17035b91bc55ad08a72d9e073;hpb=aa59a6aa0a27208a096a1344f73f5f770db932a0 diff --git a/include/plane.h b/include/plane.h index b745d1b7b..b85f158c7 100644 --- a/include/plane.h +++ b/include/plane.h @@ -49,7 +49,7 @@ struct plnstr { signed ef_type: 8; unsigned pln_seqno: 12; unsigned pln_generation: 12; - int pln_uid; /* unit id (plane #) */ + int pln_uid; /* unit ID (plane #) */ time_t pln_timestamp; /* Last time this plane was touched */ natid pln_own; /* owning country */ coord pln_x; /* plane x-y */ @@ -67,8 +67,8 @@ struct plnstr { /* end of part matching struct empobj */ unsigned char pln_range; /* total distance, not radius */ signed char pln_harden; /* for missiles */ - int pln_ship; /* uid of carrier, or -1 */ - int pln_land; /* uid of transporting land unit, or -1 */ + int pln_ship; /* UID of carrier, or -1 */ + int pln_land; /* UID of transporting land unit, or -1 */ int pln_flags; /* State of the plane */ short pln_access; /* Last tick mob was updated (MOB_ACCESS) */ float pln_theta; /* position in orbital sine wave */