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:
Lioncash 2020-05-10 19:32:09 -04:00
parent 8508524479
commit 98ce18385a
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ constexpr std::array skWingEffects{
"WingSmokeSmall5"sv,
"WingSmokeSmall6"sv,
"WingSmokeSmall7"sv,
"WingSmokeSmall8"sv
"WingSmokeSmall8"sv,
"WingFire1"sv,
"WingFire2"sv,
"WingFire3"sv,