mirror of https://github.com/AxioDL/metaforce.git
CRidley: Fix missing comma in skWingEffects
Previously all the elements past WingSmokeSmall8 would be off by one. This corrects that.
This commit is contained in:
parent
8508524479
commit
98ce18385a
|
@ -139,7 +139,7 @@ constexpr std::array skWingEffects{
|
||||||
"WingSmokeSmall5"sv,
|
"WingSmokeSmall5"sv,
|
||||||
"WingSmokeSmall6"sv,
|
"WingSmokeSmall6"sv,
|
||||||
"WingSmokeSmall7"sv,
|
"WingSmokeSmall7"sv,
|
||||||
"WingSmokeSmall8"sv
|
"WingSmokeSmall8"sv,
|
||||||
"WingFire1"sv,
|
"WingFire1"sv,
|
||||||
"WingFire2"sv,
|
"WingFire2"sv,
|
||||||
"WingFire3"sv,
|
"WingFire3"sv,
|
||||||
|
|
Loading…
Reference in New Issue