summaryrefslogtreecommitdiffstats
path: root/src/core/re3.cpp
diff options
context:
space:
mode:
authorerorcun <erayorcunus@gmail.com>2019-11-05 13:05:47 +0100
committerGitHub <noreply@github.com>2019-11-05 13:05:47 +0100
commit996bc0293f9ae35f28dbf88b9fabdb33dda3d411 (patch)
treeeed9cf112b4a622aac232242d0381e24db817561 /src/core/re3.cpp
parentMerge pull request #265 from erorcun/erorcun (diff)
parentPeds & a few fixes (diff)
downloadre3-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.cpp1
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);