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

Add ability to reset particle system

This commit is contained in:
2016-02-17 20:44:06 -08:00
parent 365f6ac9e7
commit 8cd46293c2
5 changed files with 21 additions and 1 deletions

View File

@@ -103,7 +103,7 @@ private:
u32 x208_activeParticleCount = 0;
u32 x20c_recursiveParticleCount = 0;
u32 x210_curEmitterFrame = 0;
int x214_PSLT = 0x7fffff;
int x214_PSLT = 90;//0x7fffff;
Zeus::CVector3f x218_PSIV;
bool x224_24_translationDirty = false;
bool x224_25_LIT_;
@@ -229,6 +229,7 @@ public:
CLight GetLight() const;
bool GetParticleEmission() const;
void DestroyParticles();
void Reset();
};
ENABLE_BITWISE_ENUM(CElementGen::EOptionalSystemFlags)