diff options
author | Fire-Head <Fire-Head@users.noreply.github.com> | 2021-01-22 00:59:08 +0100 |
---|---|---|
committer | Fire-Head <Fire-Head@users.noreply.github.com> | 2021-01-22 00:59:08 +0100 |
commit | 37b9ba5bd7a7cd8b998d9e2489531bf446c19d88 (patch) | |
tree | c6c2a6e61644d3b71b217c50f10161d05a618d5a /src/render/Particle.h | |
parent | Merge branch 'lcs' of https://github.com/Fire-Head/re3 into lcs (diff) | |
download | re3-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 '')
-rw-r--r-- | src/render/Particle.h | 7 |
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() |