summaryrefslogtreecommitdiffstats
path: root/src/render/Particle.cpp
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2019-06-28 19:00:26 +0200
committerGitHub <noreply@github.com>2019-06-28 19:00:26 +0200
commit3bc17b39c244786ec22e369f5da2c762b5d593f6 (patch)
tree71933b3094716a174bdaf5ed3036ad92ac1c3ee7 /src/render/Particle.cpp
parentCHud cleanup: fixes and cosmetic treatment (diff)
parentFootsteps (diff)
downloadre3-3bc17b39c244786ec22e369f5da2c762b5d593f6.tar
re3-3bc17b39c244786ec22e369f5da2c762b5d593f6.tar.gz
re3-3bc17b39c244786ec22e369f5da2c762b5d593f6.tar.bz2
re3-3bc17b39c244786ec22e369f5da2c762b5d593f6.tar.lz
re3-3bc17b39c244786ec22e369f5da2c762b5d593f6.tar.xz
re3-3bc17b39c244786ec22e369f5da2c762b5d593f6.tar.zst
re3-3bc17b39c244786ec22e369f5da2c762b5d593f6.zip
Diffstat (limited to 'src/render/Particle.cpp')
-rw-r--r--src/render/Particle.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/render/Particle.cpp b/src/render/Particle.cpp
index 1ff3bced..5b25cfa3 100644
--- a/src/render/Particle.cpp
+++ b/src/render/Particle.cpp
@@ -227,10 +227,6 @@ int32 nParticleCreationInterval = 1;
float fParticleScaleLimit = 0.5f;
-
-RwTexture *&gpBloodPoolTex = *(RwTexture **)0x9415F8;
-
-
void CParticle::ReloadConfig()
{
debug("Initialising CParticleMgr...");