mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 11:07:44 +00:00
CElementGen constructor
This commit is contained in:
@@ -3,15 +3,15 @@
|
||||
namespace Retro
|
||||
{
|
||||
|
||||
int CParticleGlobals::g_emitterTimeInt = 0;
|
||||
float CParticleGlobals::g_emitterTimeFloat = 0.0;
|
||||
int CParticleGlobals::g_EmitterTime = 0;
|
||||
float CParticleGlobals::g_EmitterTimeReal = 0.0;
|
||||
|
||||
int CParticleGlobals::g_particleLifetimeInt = 0;
|
||||
float CParticleGlobals::g_particleLifetimeFloat = 0.0;
|
||||
int CParticleGlobals::g_ParticleLifetime = 0;
|
||||
float CParticleGlobals::g_ParticleLifetimeReal = 0.0;
|
||||
|
||||
int CParticleGlobals::g_particleLifetimePercentTweenInt = 0;
|
||||
float CParticleGlobals::g_particleLifetimePercentTweenFloat = 0.0;
|
||||
float CParticleGlobals::g_particleLifetimePercentTweenIntFloatRem = 0.0;
|
||||
int CParticleGlobals::g_ParticleLifetimePercentage = 0;
|
||||
float CParticleGlobals::g_ParticleLifetimePercentageReal = 0.0;
|
||||
float CParticleGlobals::g_ParticleLifetimePercentageRemainder = 0.0;
|
||||
|
||||
float* CParticleGlobals::g_papValues = nullptr;
|
||||
CParticleGlobals::SParticleMetrics* CParticleGlobals::g_particleMetrics = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user