Comment fix
This commit is contained in:
parent
7312693936
commit
3a4b50b815
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ struct mchrstr {
|
||||||
#define M_TORP bit(1) /* fire torpedoes */
|
#define M_TORP bit(1) /* fire torpedoes */
|
||||||
#define M_DCH bit(2) /* drop depth charges on subs */
|
#define M_DCH bit(2) /* drop depth charges on subs */
|
||||||
#define M_FLY bit(3) /* launch and recover planes */
|
#define M_FLY bit(3) /* launch and recover planes */
|
||||||
/* M_MSL will be automatically set in init_global() if m_nplanes > 0
|
/* M_MSL will be automatically set in init_mchr() if m_nplanes > 0
|
||||||
and M_FLY is not set */
|
and M_FLY is not set */
|
||||||
#define M_MSL bit(4) /* launch missiles */
|
#define M_MSL bit(4) /* launch missiles */
|
||||||
#define M_OIL bit(5) /* drill for oil */
|
#define M_OIL bit(5) /* drill for oil */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue