From 3a4b50b8159cc30d049923db8a0e1b06a4abd083 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Sun, 4 Oct 2009 17:12:22 -0400 Subject: [PATCH] Comment fix --- include/ship.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ship.h b/include/ship.h index 21e749f58..78b8d7797 100644 --- a/include/ship.h +++ b/include/ship.h @@ -127,7 +127,7 @@ struct mchrstr { #define M_TORP bit(1) /* fire torpedoes */ #define M_DCH bit(2) /* drop depth charges on subs */ #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 */ #define M_MSL bit(4) /* launch missiles */ #define M_OIL bit(5) /* drill for oil */ -- 2.43.0