summaryrefslogtreecommitdiff
path: root/src/core/Pad.cpp
diff options
context:
space:
mode:
authoreray orçunus <erayorcunus@gmail.com>2019-08-16 19:25:02 +0300
committereray orçunus <erayorcunus@gmail.com>2019-08-16 19:25:02 +0300
commitcf8b27c453a039fdbd8ee0ebbd76a8eda38014c9 (patch)
treea1cccdd7386516fb8bb6daf7b9c491b1b12c5924 /src/core/Pad.cpp
parent82dc813ab3030e0beff09c28a41e68ff8ce1ef42 (diff)
Little CPed fixes & Peddebug
Diffstat (limited to 'src/core/Pad.cpp')
-rw-r--r--src/core/Pad.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/Pad.cpp b/src/core/Pad.cpp
index 736e1e9d..f334a255 100644
--- a/src/core/Pad.cpp
+++ b/src/core/Pad.cpp
@@ -537,6 +537,12 @@ void CPad::AddToPCCheatString(char c)
if (!_CHEATCMP("OORAGNAK"))
KangarooCheat();
#endif
+
+#ifndef MASTER
+ // "PEDDEBUG"
+ if (!_CHEATCMP("GUBEDDEP"))
+ CPed::SwitchDebugDisplay();
+#endif
#undef _CHEATCMP
}