Delete dead code, fix indentation, spelling, obvious warning
avoidance, doc fixes. No functional changes.
This commit is contained in:
parent
f5e49a830c
commit
d2e0c8224b
11 changed files with 23 additions and 24 deletions
|
@ -51,7 +51,7 @@ struct plnstr {
|
|||
short pln_uid; /* plane unit id */
|
||||
coord pln_x; /* plane x-y */
|
||||
coord pln_y;
|
||||
s_char pln_type; /* fighter, bomber, etc */
|
||||
s_char pln_type; /* index in plchr[] */
|
||||
s_char pln_effic; /* actually "training" */
|
||||
s_char pln_mobil; /* plane mobility */
|
||||
short pln_sell; /* index into trade file */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue