diff options
author | eray orçunus <erayorcunus@gmail.com> | 2019-10-25 02:25:11 +0300 |
---|---|---|
committer | eray orçunus <erayorcunus@gmail.com> | 2019-10-25 22:17:55 +0300 |
commit | 2d998b24163060e225481d0f9a59092fa0981db1 (patch) | |
tree | 4c2f670644db151e0afbb3d5f707e5e1457f234c /src/render/Particle.h | |
parent | d61430fbba8436fb93408995c7961929ee67fc77 (diff) |
Fixes&Peds
Diffstat (limited to 'src/render/Particle.h')
-rw-r--r-- | src/render/Particle.h | 3 |
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 |