]> git.pond.sub.org Git - empserver/blobdiff - include/nuke.h
fairland: Tidy up comments
[empserver] / include / nuke.h
index 22cd226c242587b9d828f7bed9bf0b268bb160b9..d338d385c8f209a7d1f98f69f30022a9b2a63292 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2016, Dave Pare, Jeff Bailey, Thomas Ruschak,
+ *  Copyright (C) 1986-2020, Dave Pare, Jeff Bailey, Thomas Ruschak,
  *                Ken Stevens, Steve McClure, Markus Armbruster
  *
  *  Empire is free software: you can redistribute it and/or modify
@@ -46,7 +46,7 @@ struct nukstr {
     signed ef_type: 8;
     unsigned nuk_seqno: 12;
     unsigned nuk_generation: 12;
-    int nuk_uid;               /* unit id (nuke #) */
+    int nuk_uid;               /* unit ID (nuke #) */
     time_t nuk_timestamp;      /* Last time this nuke was touched */
     natid nuk_own;
     coord nuk_x, nuk_y;                /* current loc of device */
@@ -60,7 +60,7 @@ struct nukstr {
     short nuk_mission;         /* mission code, unused */
     short nuk_radius;          /* mission radius, unused */
     /* end of part matching struct empobj */
-    int nuk_plane;             /* uid of transporting plane, or -1 */
+    int nuk_plane;             /* UID of transporting plane, or -1 */
 };
 
 struct nchrstr {