(ship_chr_flags): Add internal flags (M_XLIGHT, M_CHOPPER, M_UNIT)

to ship_chr_flags[].
This commit is contained in:
Ron Koenderink 2005-11-20 22:15:25 +00:00
parent e8746e9af0
commit f17cedfccd

View file

@ -565,8 +565,11 @@ struct symbol ship_chr_flags[] = {
{M_SUBT, "sub-torp"},
{M_TRADE, "trade"},
{M_SEMILAND, "semi-land"},
{M_XLIGHT, "xlight"},
{M_CHOPPER, "chopper"},
{M_OILER, "oiler"},
{M_SUPPLY, "supply"},
{M_UNIT, "unit"},
{M_ANTIMISSILE, "anti-missile"},
{0, NULL}
};