Coding style fixes, mostly indentation and whitespace
This commit is contained in:
parent
8a0d117d45
commit
373651359e
47 changed files with 131 additions and 130 deletions
|
@ -47,7 +47,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