Delete dead code, fix indentation, spelling, obvious warning

avoidance, doc fixes.  No functional changes.
This commit is contained in:
Markus Armbruster 2004-02-27 20:13:28 +00:00
parent f5e49a830c
commit d2e0c8224b
11 changed files with 23 additions and 24 deletions

View file

@ -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 */