2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 21:07:42 +00:00

Implement array-based rstl::reserved_vector

This commit is contained in:
Jack Andersen
2017-09-10 21:08:30 -10:00
parent 10092821c8
commit 27cee61765
7 changed files with 454 additions and 56 deletions

View File

@@ -38,7 +38,6 @@ CParticleElectric::CParticleElectric(const TToken<CElectricDescription>& token)
if (desc->x40_SSWH)
{
x450_27_haveSSWH = true;
x1e0_swooshGenerators.reserve(x154_SCNT);
for (int i=0 ; i<x154_SCNT ; ++i)
{
x1e0_swooshGenerators.emplace_back(new CParticleSwoosh(desc->x40_SSWH.m_token, x150_SSEG));