Spell ID and UID consistently all-caps
Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
parent
aa59a6aa0a
commit
a1ba346736
28 changed files with 113 additions and 113 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue