summaryrefslogtreecommitdiffstats
path: root/src/render/Particle.h
diff options
context:
space:
mode:
authorFire_Head <Fire-Head@users.noreply.github.com>2021-01-16 20:00:02 +0100
committerGitHub <noreply@github.com>2021-01-16 20:00:02 +0100
commit6075bf3fc20148e75ffdb0fcdabe4fdf6cecdecd (patch)
tree70021b655e178e476b56ea3d81fe13f704ad188a /src/render/Particle.h
parentMerge branch 'miami' into lcs (diff)
parentMerge branch 'lcs' of github.com:Fire-Head/re3 into lcs (diff)
downloadre3-6075bf3fc20148e75ffdb0fcdabe4fdf6cecdecd.tar
re3-6075bf3fc20148e75ffdb0fcdabe4fdf6cecdecd.tar.gz
re3-6075bf3fc20148e75ffdb0fcdabe4fdf6cecdecd.tar.bz2
re3-6075bf3fc20148e75ffdb0fcdabe4fdf6cecdecd.tar.lz
re3-6075bf3fc20148e75ffdb0fcdabe4fdf6cecdecd.tar.xz
re3-6075bf3fc20148e75ffdb0fcdabe4fdf6cecdecd.tar.zst
re3-6075bf3fc20148e75ffdb0fcdabe4fdf6cecdecd.zip
Diffstat (limited to 'src/render/Particle.h')
-rw-r--r--src/render/Particle.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/render/Particle.h b/src/render/Particle.h
index 5542dc02..edfd9b77 100644
--- a/src/render/Particle.h
+++ b/src/render/Particle.h
@@ -18,11 +18,6 @@ public:
uint32 m_nTimeWhenWillBeDestroyed;
uint32 m_nTimeWhenColorWillBeChanged;
float m_fZGround;
- CVector m_vecParticleMovementOffset;
- int16 m_nCurrentZRotation;
- uint16 m_nZRotationTimer;
- float m_fCurrentZRadius;
- uint16 m_nZRadiusTimer;
uint8 m_nColorIntensity;
uint8 m_nAlpha;
float m_fSize;
@@ -35,12 +30,20 @@ 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()
{
;
}
-
+
~CParticle()
{
;
@@ -97,12 +100,9 @@ public:
static void HandleShootableBirdsStuff(CEntity *entity, CVector const&camPos);
};
-extern bool clearWaterDrop;
-extern int32 numWaterDropOnScreen;
extern RwRaster *gpCarSplashRaster[];
extern RwRaster *gpHeatHazeRaster;
-extern RwRaster *gpDotRaster;
extern RwRaster *gpRainDripRaster[];
extern RwRaster *gpRainDripDarkRaster[];
-VALIDATE_SIZE(CParticle, 0x58);
+VALIDATE_SIZE(CParticle, 0x50);