(ship_chr_flags): Add internal flags (M_XLIGHT, M_CHOPPER, M_UNIT)
to ship_chr_flags[].
This commit is contained in:
parent
e8746e9af0
commit
f17cedfccd
1 changed files with 3 additions and 0 deletions
|
@ -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}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue