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:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user