summaryrefslogtreecommitdiffstats
path: root/src/render/Particle.h
diff options
context:
space:
mode:
authorFire-Head <Fire-Head@users.noreply.github.com>2021-01-22 00:59:08 +0100
committerFire-Head <Fire-Head@users.noreply.github.com>2021-01-22 00:59:08 +0100
commit37b9ba5bd7a7cd8b998d9e2489531bf446c19d88 (patch)
treec6c2a6e61644d3b71b217c50f10161d05a618d5a /src/render/Particle.h
parentMerge branch 'lcs' of https://github.com/Fire-Head/re3 into lcs (diff)
downloadre3-37b9ba5bd7a7cd8b998d9e2489531bf446c19d88.tar
re3-37b9ba5bd7a7cd8b998d9e2489531bf446c19d88.tar.gz
re3-37b9ba5bd7a7cd8b998d9e2489531bf446c19d88.tar.bz2
re3-37b9ba5bd7a7cd8b998d9e2489531bf446c19d88.tar.lz
re3-37b9ba5bd7a7cd8b998d9e2489531bf446c19d88.tar.xz
re3-37b9ba5bd7a7cd8b998d9e2489531bf446c19d88.tar.zst
re3-37b9ba5bd7a7cd8b998d9e2489531bf446c19d88.zip
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()