diff options
author | eray orçunus <erayorcunus@gmail.com> | 2019-06-28 18:19:00 +0200 |
---|---|---|
committer | eray orçunus <erayorcunus@gmail.com> | 2019-06-28 18:19:00 +0200 |
commit | 7ab2ba9399eb8003821122f619371e443a8b1603 (patch) | |
tree | b0490ac6bdd9b7ff863cdd26d68280aea2e9357d /src/render/Particle.cpp | |
parent | Merge pull request #62 from erorcun/erorcun (diff) | |
download | re3-7ab2ba9399eb8003821122f619371e443a8b1603.tar re3-7ab2ba9399eb8003821122f619371e443a8b1603.tar.gz re3-7ab2ba9399eb8003821122f619371e443a8b1603.tar.bz2 re3-7ab2ba9399eb8003821122f619371e443a8b1603.tar.lz re3-7ab2ba9399eb8003821122f619371e443a8b1603.tar.xz re3-7ab2ba9399eb8003821122f619371e443a8b1603.tar.zst re3-7ab2ba9399eb8003821122f619371e443a8b1603.zip |
Diffstat (limited to 'src/render/Particle.cpp')
-rw-r--r-- | src/render/Particle.cpp | 4 |
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..."); |