]> git.pond.sub.org Git - empserver/blobdiff - include/lost.h
Spell ID and UID consistently all-caps
[empserver] / include / lost.h
index 46b27d4f92997026a64656c537a0819a9248d7a4..903bbc9fba99871f6c620d6d16b2420be4f20491 100644 (file)
@@ -46,7 +46,7 @@ struct loststr {
     natid lost_owner;          /* Who lost it */
     /* end of part matching struct empobj */
     short lost_type;           /* Type of thing (ship, plane, nuke, land, sector) */
-    int lost_id;               /* uid of lost thing (0 for sector) */
+    int lost_id;               /* UID of lost thing (0 for sector) */
     coord lost_x;
     coord lost_y;
 };