diff options
author | erorcun <erayorcunus@gmail.com> | 2019-11-05 13:05:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-05 13:05:47 +0100 |
commit | 996bc0293f9ae35f28dbf88b9fabdb33dda3d411 (patch) | |
tree | eed9cf112b4a622aac232242d0381e24db817561 /src/core/re3.cpp | |
parent | Merge pull request #265 from erorcun/erorcun (diff) | |
parent | Peds & a few fixes (diff) | |
download | re3-996bc0293f9ae35f28dbf88b9fabdb33dda3d411.tar re3-996bc0293f9ae35f28dbf88b9fabdb33dda3d411.tar.gz re3-996bc0293f9ae35f28dbf88b9fabdb33dda3d411.tar.bz2 re3-996bc0293f9ae35f28dbf88b9fabdb33dda3d411.tar.lz re3-996bc0293f9ae35f28dbf88b9fabdb33dda3d411.tar.xz re3-996bc0293f9ae35f28dbf88b9fabdb33dda3d411.tar.zst re3-996bc0293f9ae35f28dbf88b9fabdb33dda3d411.zip |
Diffstat (limited to 'src/core/re3.cpp')
-rw-r--r-- | src/core/re3.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/re3.cpp b/src/core/re3.cpp index 62e9a040..d6bc8148 100644 --- a/src/core/re3.cpp +++ b/src/core/re3.cpp @@ -354,6 +354,7 @@ DebugMenuPopulate(void) #ifndef MASTER DebugMenuAddVarBool8("Debug", "Toggle unused fight feature", (int8*)&CPed::bUnusedFightThingOnPlayer, nil); DebugMenuAddVarBool8("Debug", "Toggle banned particles", (int8*)&CParticle::bEnableBannedParticles, nil); + DebugMenuAddVarBool8("Debug", "Toggle popping heads on headshot", (int8*)&CPed::bPopHeadsOnHeadshot, nil); #endif DebugMenuAddCmd("Debug", "Start Credits", CCredits::Start); |