]> git.pond.sub.org Git - empserver/commitdiff
(M_SPY): Unused, remove.
authorMarkus Armbruster <armbru@pond.sub.org>
Fri, 30 Dec 2005 17:22:03 +0000 (17:22 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Fri, 30 Dec 2005 17:22:03 +0000 (17:22 +0000)
include/ship.h
src/lib/global/nsc.c

index d0d1df38ff26ad9e6a748ff95cb3843379df7c3c..7fd4faf56558810c1617c3ddd73e53a39d003992 100644 (file)
@@ -163,7 +163,7 @@ struct mchrstr {
 #define M_MINE         bit(7)  /* drop mines */
 #define M_SWEEP                bit(8)  /* clean up the mines */
 #define M_SUB          bit(9)  /* a submarine */
 #define M_MINE         bit(7)  /* drop mines */
 #define M_SWEEP                bit(8)  /* clean up the mines */
 #define M_SUB          bit(9)  /* a submarine */
-#define M_SPY          bit(10) /* gather intelligence info */
+/* unused              bit(10) */
 #define M_LAND         bit(11) /* allows full landing ability */
 #define M_SUBT         bit(12) /* allows torping of other subs */
 #define M_TRADE                bit(13) /* is a trade ship */
 #define M_LAND         bit(11) /* allows full landing ability */
 #define M_SUBT         bit(12) /* allows torping of other subs */
 #define M_TRADE                bit(13) /* is a trade ship */
index 9ec56dd1009e017a600f9df10441d379bb9c8740..8fa8c57285c1a94d29688fe86659501d187540f0 100644 (file)
@@ -562,7 +562,6 @@ struct symbol ship_chr_flags[] = {
     {M_MINE, "mine"},
     {M_SWEEP, "sweep"},
     {M_SUB, "sub"},
     {M_MINE, "mine"},
     {M_SWEEP, "sweep"},
     {M_SUB, "sub"},
-    {M_SPY, "spy"},
     {M_LAND, "land"},
     {M_SUBT, "sub-torp"},
     {M_TRADE, "trade"},
     {M_LAND, "land"},
     {M_SUBT, "sub-torp"},
     {M_TRADE, "trade"},