Use all-caps for a few acronyms and for "OK"

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
Markus Armbruster 2017-08-05 18:52:17 +02:00
parent ab004fed13
commit a83c512dd5
18 changed files with 31 additions and 31 deletions

View file

@ -97,7 +97,7 @@ struct lchrstr {
int l_acc; /* firing accuracy */
int l_dam; /* # of guns firing */
int l_ammo; /* firing ammu used per shot */
int l_aaf; /* aa fire */
int l_aaf; /* AA fire */
int l_flags; /* what special things can this unit do */
unsigned char l_nxlight; /* maximum number of xlight planes */
unsigned char l_nland; /* maximum number of units */

View file

@ -107,7 +107,7 @@ struct plchrstr {
#define P_I bit(8) /* Imaging ability (advanced spying) */
#define P_O bit(9) /* Orbital ability (a satellite) */
/* unused bit(10) */
#define P_N bit(11) /* Nuclear RV interceptor (abm) */
#define P_N bit(11) /* Nuclear RV interceptor (ABM) */
/* unused bit(12) */
#define P_E bit(13) /* extra light */
#define P_K bit(14) /* chopper */