]> git.pond.sub.org Git - empserver/commitdiff
Doc fix.
authorMarkus Armbruster <armbru@pond.sub.org>
Sun, 5 Feb 2006 17:43:00 +0000 (17:43 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Sun, 5 Feb 2006 17:43:00 +0000 (17:43 +0000)
include/ship.h

index 68e4129425d23b12d252c1fdb77be3e8f1483bed..ef78607603c18d672807814c3d2ddfc8e95a78e9 100644 (file)
@@ -168,9 +168,9 @@ struct mchrstr {
 #define M_SUBT         bit(12) /* allows torping of other subs */
 #define M_TRADE                bit(13) /* is a trade ship */
 #define M_SEMILAND     bit(14) /* can land 1/4 */
-/* M_XLIGHT will be automatically set in init_global() if m_nxlight > 0 */
+/* M_XLIGHT will be automatically set in init_mchr() if m_nxlight > 0 */
 #define        M_XLIGHT        bit(15) /* can hold xlight planes */
-/* M_CHOPPER will be automatically set in init_global() if m_nchoppers > 0 */
+/* M_CHOPPER will be automatically set in init_mchr() if m_nchoppers > 0 */
 #define M_CHOPPER      bit(16) /* can hold choppers */
 #define M_OILER                bit(17) /* can re-fuel ships */
 #define M_SUPPLY       bit(18) /* Can supply units/sects/ships */