summaryrefslogtreecommitdiffstats
path: root/src/render/Particle.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/Particle.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/Particle.h')
-rw-r--r--src/render/Particle.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/render/Particle.h b/src/render/Particle.h
index 8999f4f6..b71dc717 100644
--- a/src/render/Particle.h
+++ b/src/render/Particle.h
@@ -89,10 +89,6 @@ public:
static void AddJetExplosion(CVector const &vecPos, float fPower, float fSize);
static void AddYardieDoorSmoke(CVector const &vecPos, CMatrix const &matMatrix);
-
-#ifdef TOGGLEABLE_BETA_FEATURES
- static bool bEnableBannedParticles;
-#endif
};
VALIDATE_SIZE(CParticle, 0x68); \ No newline at end of file