Fix spelling of symbol PLN_AIRBURST in plane_flags[]

This commit is contained in:
Markus Armbruster 2008-02-17 19:54:41 +01:00
parent e58d3206bb
commit 00bb086d2a

View file

@ -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}
};