diff options
author | erorcun <erayorcunus@gmail.com> | 2020-02-02 15:02:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-02 15:02:15 +0100 |
commit | 3c80b07d120244b6c671f3dc99bcc9c4034998be (patch) | |
tree | ab7c893d774ed6a07d0d83d729b5df7a08df5b7b /src/core | |
parent | fixed firetruck crash (diff) | |
parent | Some fixes and some cosmetic things (diff) | |
download | re3-3c80b07d120244b6c671f3dc99bcc9c4034998be.tar re3-3c80b07d120244b6c671f3dc99bcc9c4034998be.tar.gz re3-3c80b07d120244b6c671f3dc99bcc9c4034998be.tar.bz2 re3-3c80b07d120244b6c671f3dc99bcc9c4034998be.tar.lz re3-3c80b07d120244b6c671f3dc99bcc9c4034998be.tar.xz re3-3c80b07d120244b6c671f3dc99bcc9c4034998be.tar.zst re3-3c80b07d120244b6c671f3dc99bcc9c4034998be.zip |
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/re3.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/re3.cpp b/src/core/re3.cpp index d3b8200d..989a05b5 100644 --- a/src/core/re3.cpp +++ b/src/core/re3.cpp @@ -350,7 +350,6 @@ DebugMenuPopulate(void) DebugMenuAddCmd("Debug", "Make peds follow you in formation", LetThemFollowYou); #ifdef TOGGLEABLE_BETA_FEATURES - 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); DebugMenuAddVarBool8("Debug", "Toggle peds running to phones to report crimes", (int8*)&CPed::bMakePedsRunToPhonesToReportCrimes, nil); |