(ship_chr_flags[]): Remove internal flags (M_XLIGHT, M_NCHOPPERS)
from ship_chr_flags[] so they do not appear in the show output. (missions[]): Add MI_NONE to missions[] table.
This commit is contained in:
parent
ea1e3b6090
commit
0511565c11
2 changed files with 2 additions and 2 deletions
|
@ -565,8 +565,6 @@ 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_ANTIMISSILE, "anti-missile"},
|
||||
|
@ -657,6 +655,7 @@ struct symbol meta_type[] = {
|
|||
};
|
||||
|
||||
struct symbol missions[] = {
|
||||
{MI_NONE, "none"},
|
||||
{MI_INTERDICT, "interdiction"},
|
||||
{MI_SUPPORT, "support"},
|
||||
{MI_RESERVE, "reserve"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue