Skip to content

Commit cb7ae84

Browse files
committed
Added FX to csv
1 parent baa14ff commit cb7ae84

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

ManyPacker/assets.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,11 @@ namespace ManyPacker
390390
{
391391
modcsv << "sound," << soundAlias.name << ",,all_mp" << std::endl;
392392
}
393+
394+
for (const auto& fx : FX)
395+
{
396+
modcsv << "fx," << fx << std::endl;
397+
}
393398
}
394399

395400
modcsv.close();

0 commit comments

Comments
 (0)