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/core/re3.cpp | |
parent | d61430fbba8436fb93408995c7961929ee67fc77 (diff) |
Fixes&Peds
Diffstat (limited to 'src/core/re3.cpp')
-rw-r--r-- | src/core/re3.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/re3.cpp b/src/core/re3.cpp index c8b50d55..62e9a040 100644 --- a/src/core/re3.cpp +++ b/src/core/re3.cpp @@ -18,6 +18,7 @@ #include "Automobile.h" #include "Ped.h" #include "debugmenu_public.h" +#include "Particle.h" #include <vector> #include <list> @@ -352,6 +353,7 @@ DebugMenuPopulate(void) DebugMenuAddCmd("Debug", "Make peds follow you in formation", LetThemFollowYou); #ifndef MASTER DebugMenuAddVarBool8("Debug", "Toggle unused fight feature", (int8*)&CPed::bUnusedFightThingOnPlayer, nil); + DebugMenuAddVarBool8("Debug", "Toggle banned particles", (int8*)&CParticle::bEnableBannedParticles, nil); #endif DebugMenuAddCmd("Debug", "Start Credits", CCredits::Start); |