]> git.pond.sub.org Git - empserver/commitdiff
ship: Drop misleading comment
authorMarkus Armbruster <armbru@pond.sub.org>
Sun, 17 Sep 2017 03:05:02 +0000 (05:05 +0200)
committerMarkus Armbruster <armbru@pond.sub.org>
Tue, 5 Jan 2021 06:25:18 +0000 (07:25 +0100)
Left behind by comment c0c5822, v4.3.33.

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
include/ship.h

index 651ab261a3f6f6fdfc95d00976ab90639e665d6d..254478c7d37f6cdb3b6987d640162c5f0ca4270f 100644 (file)
@@ -105,8 +105,6 @@ 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_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 */
 #define M_SONAR                bit(6)  /* locate submarines */