summaryrefslogtreecommitdiffstats
path: root/src/render/Particle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/Particle.h')
-rw-r--r--src/render/Particle.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/render/Particle.h b/src/render/Particle.h
index edfd9b77..a306f0c4 100644
--- a/src/render/Particle.h
+++ b/src/render/Particle.h
@@ -30,13 +30,6 @@ public:
uint8 m_nCurrentFrame;
RwRGBA m_Color;
CParticle *m_pNext;
-
- //CVector m_vecParticleMovementOffset;
- //int16 m_nCurrentZRotation;
- //uint16 m_nZRotationTimer;
- //float m_fCurrentZRadius;
- //uint16 m_nZRadiusTimer;
-
int32 field_4C;
CParticle()