summaryrefslogtreecommitdiffstats
path: root/src/core/re3.cpp
diff options
context:
space:
mode:
authoreray orçunus <erayorcunus@gmail.com>2019-08-16 18:25:02 +0200
committereray orçunus <erayorcunus@gmail.com>2019-08-16 18:25:02 +0200
commitcf8b27c453a039fdbd8ee0ebbd76a8eda38014c9 (patch)
treea1cccdd7386516fb8bb6daf7b9c491b1b12c5924 /src/core/re3.cpp
parentAnimViewer fixes (diff)
downloadre3-cf8b27c453a039fdbd8ee0ebbd76a8eda38014c9.tar
re3-cf8b27c453a039fdbd8ee0ebbd76a8eda38014c9.tar.gz
re3-cf8b27c453a039fdbd8ee0ebbd76a8eda38014c9.tar.bz2
re3-cf8b27c453a039fdbd8ee0ebbd76a8eda38014c9.tar.lz
re3-cf8b27c453a039fdbd8ee0ebbd76a8eda38014c9.tar.xz
re3-cf8b27c453a039fdbd8ee0ebbd76a8eda38014c9.tar.zst
re3-cf8b27c453a039fdbd8ee0ebbd76a8eda38014c9.zip
Diffstat (limited to '')
-rw-r--r--src/core/re3.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/re3.cpp b/src/core/re3.cpp
index dc501075..ad3838bd 100644
--- a/src/core/re3.cpp
+++ b/src/core/re3.cpp
@@ -351,7 +351,7 @@ DebugMenuPopulate(void)
DebugMenuAddVarBool8("Debug", "Don't render Objects", (int8*)&gbDontRenderObjects, nil);
DebugMenuAddCmd("Debug", "Make peds around you follow you", LetThemFollowYou);
-#ifndef FINAL
+#ifndef MASTER
DebugMenuAddVarBool8("Debug", "Toggle unused fight feature", (int8*)&CPed::bUnusedFightThingOnPlayer, nil);
#endif