aboutsummaryrefslogtreecommitdiff
path: root/src/render/ParticleMgr.cpp
diff options
context:
space:
mode:
authorFire-Head <Fire-Head@users.noreply.github.com>2020-04-23 11:24:03 +0300
committerFire-Head <Fire-Head@users.noreply.github.com>2020-04-23 11:24:03 +0300
commit75acd781909378ba0395b0c52acee464c8221e72 (patch)
tree7d23d2b6d59190f873aba4d176f3e076fd290b35 /src/render/ParticleMgr.cpp
parentf754e0532127d3afe25cfd745e824547863e5494 (diff)
ps2 particles, sampman oal started
Diffstat (limited to 'src/render/ParticleMgr.cpp')
-rw-r--r--src/render/ParticleMgr.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/render/ParticleMgr.cpp b/src/render/ParticleMgr.cpp
index 00391ac5..3387d471 100644
--- a/src/render/ParticleMgr.cpp
+++ b/src/render/ParticleMgr.cpp
@@ -8,8 +8,7 @@ cParticleSystemMgr mod_ParticleSystemManager;
const char *ParticleFilename = "PARTICLE.CFG";
-//cParticleSystemMgr::cParticleSystemMgr()
-void cParticleSystemMgr::ctor()
+cParticleSystemMgr::cParticleSystemMgr()
{
memset(this, 0, sizeof(*this));
}