(M_SPY): Unused, remove.

This commit is contained in:
Markus Armbruster 2005-12-30 17:22:03 +00:00
parent a5b8249e98
commit 498d9fbfaa
2 changed files with 1 additions and 2 deletions

View file

@ -163,7 +163,7 @@ struct mchrstr {
#define M_MINE bit(7) /* drop mines */ #define M_MINE bit(7) /* drop mines */
#define M_SWEEP bit(8) /* clean up the mines */ #define M_SWEEP bit(8) /* clean up the mines */
#define M_SUB bit(9) /* a submarine */ #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_LAND bit(11) /* allows full landing ability */
#define M_SUBT bit(12) /* allows torping of other subs */ #define M_SUBT bit(12) /* allows torping of other subs */
#define M_TRADE bit(13) /* is a trade ship */ #define M_TRADE bit(13) /* is a trade ship */

View file

@ -562,7 +562,6 @@ struct symbol ship_chr_flags[] = {
{M_MINE, "mine"}, {M_MINE, "mine"},
{M_SWEEP, "sweep"}, {M_SWEEP, "sweep"},
{M_SUB, "sub"}, {M_SUB, "sub"},
{M_SPY, "spy"},
{M_LAND, "land"}, {M_LAND, "land"},
{M_SUBT, "sub-torp"}, {M_SUBT, "sub-torp"},
{M_TRADE, "trade"}, {M_TRADE, "trade"},