mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 11:07:44 +00:00
Conform CElementGen with retail
This commit is contained in:
@@ -13,6 +13,6 @@ int CParticleGlobals::g_ParticleLifetimePercentage = 0;
|
||||
float CParticleGlobals::g_ParticleLifetimePercentageReal = 0.0;
|
||||
float CParticleGlobals::g_ParticleLifetimePercentageRemainder = 0.0;
|
||||
|
||||
float CParticleGlobals::g_papValues[8] = { 0.f };
|
||||
const std::array<float, 8>* CParticleGlobals::g_particleAccessParameters = nullptr;
|
||||
CParticleGlobals::SParticleSystem* CParticleGlobals::g_currentParticleSystem = nullptr;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user