summaryrefslogtreecommitdiffstats
path: root/src/render/ParticleMgr.h
diff options
context:
space:
mode:
authorFire-Head <Fire-Head@users.noreply.github.com>2020-04-23 10:24:03 +0200
committerFire-Head <Fire-Head@users.noreply.github.com>2020-04-23 10:24:03 +0200
commit75acd781909378ba0395b0c52acee464c8221e72 (patch)
tree7d23d2b6d59190f873aba4d176f3e076fd290b35 /src/render/ParticleMgr.h
parentMerge pull request #483 from Fire-Head/master (diff)
downloadre3-75acd781909378ba0395b0c52acee464c8221e72.tar
re3-75acd781909378ba0395b0c52acee464c8221e72.tar.gz
re3-75acd781909378ba0395b0c52acee464c8221e72.tar.bz2
re3-75acd781909378ba0395b0c52acee464c8221e72.tar.lz
re3-75acd781909378ba0395b0c52acee464c8221e72.tar.xz
re3-75acd781909378ba0395b0c52acee464c8221e72.tar.zst
re3-75acd781909378ba0395b0c52acee464c8221e72.zip
Diffstat (limited to 'src/render/ParticleMgr.h')
-rw-r--r--src/render/ParticleMgr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/ParticleMgr.h b/src/render/ParticleMgr.h
index 0b4091de..70845a56 100644
--- a/src/render/ParticleMgr.h
+++ b/src/render/ParticleMgr.h
@@ -118,11 +118,11 @@ class cParticleSystemMgr
public:
tParticleSystemData m_aParticles[MAX_PARTICLES];
- cParticleSystemMgr() { ctor(); } void ctor();
+ cParticleSystemMgr();
void Initialise();
void LoadParticleData();
- //void RangeCheck(tParticleSystemData *pData);
+ void RangeCheck(tParticleSystemData *pData) { }
};
VALIDATE_SIZE(cParticleSystemMgr, 0x2420);