diff options
Diffstat (limited to 'src/render/Particle.h')
-rw-r--r-- | src/render/Particle.h | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/src/render/Particle.h b/src/render/Particle.h index 4b96dfe0..68e01879 100644 --- a/src/render/Particle.h +++ b/src/render/Particle.h @@ -96,11 +96,5 @@ public: static void AddYardieDoorSmoke(CVector const &vecPos, CMatrix const &matMatrix); }; -/* -class CParticle -{ -public: - static void AddParticle(tParticleType, const CVector &pos, const CVector &velocity, CEntity *ent = nil, - float size = 0.0, int32 rotationStep = 0, int32 rotation = 0, int startFrame = 0, int lifeSpan = 0); -}; -*/
\ No newline at end of file + +VALIDATE_SIZE(CParticle, 0x68);
\ No newline at end of file |