summaryrefslogtreecommitdiffstats
path: root/src/render/Particle.h
diff options
context:
space:
mode:
authorerorcun <erayorcunus@gmail.com>2019-10-26 00:22:01 +0200
committerGitHub <noreply@github.com>2019-10-26 00:22:01 +0200
commite7cb489b2234df6da46317c8e5d092032ed6bdf6 (patch)
tree70b8ac32250c04bb3c01b6678871cea24b55446f /src/render/Particle.h
parentFixing array sizes in CMessages (diff)
parentFixes&Peds (diff)
downloadre3-e7cb489b2234df6da46317c8e5d092032ed6bdf6.tar
re3-e7cb489b2234df6da46317c8e5d092032ed6bdf6.tar.gz
re3-e7cb489b2234df6da46317c8e5d092032ed6bdf6.tar.bz2
re3-e7cb489b2234df6da46317c8e5d092032ed6bdf6.tar.lz
re3-e7cb489b2234df6da46317c8e5d092032ed6bdf6.tar.xz
re3-e7cb489b2234df6da46317c8e5d092032ed6bdf6.tar.zst
re3-e7cb489b2234df6da46317c8e5d092032ed6bdf6.zip
Diffstat (limited to 'src/render/Particle.h')
-rw-r--r--src/render/Particle.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/render/Particle.h b/src/render/Particle.h
index 4e41ea2d..310ef0d4 100644
--- a/src/render/Particle.h
+++ b/src/render/Particle.h
@@ -97,6 +97,9 @@ public:
static void AddJetExplosion(CVector const &vecPos, float fPower, float fSize);
static void AddYardieDoorSmoke(CVector const &vecPos, CMatrix const &matMatrix);
+#ifndef MASTER
+ static bool bEnableBannedParticles;
+#endif
};
VALIDATE_SIZE(CParticle, 0x68); \ No newline at end of file