Fix spelling of symbol PLN_AIRBURST in plane_flags[]
This commit is contained in:
parent
e58d3206bb
commit
00bb086d2a
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ struct symbol plane_chr_flags[] = {
|
|||
struct symbol plane_flags[] = {
|
||||
{PLN_LAUNCHED, "launched"},
|
||||
{PLN_SYNCHRONOUS, "synchronous"},
|
||||
{PLN_AIRBURST, "airbust"},
|
||||
{PLN_AIRBURST, "airburst"},
|
||||
{0, NULL}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue