From ca4bbbc9cbf520b252dd2a9a7cc1bf7bf8302d0b Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Sat, 23 May 2015 14:10:30 +0300 Subject: [PATCH] Deep trainer fix. --- debug.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debug.cpp b/debug.cpp index 7f9436d9..d868c3c7 100644 --- a/debug.cpp +++ b/debug.cpp @@ -1620,7 +1620,7 @@ static void deepcheatsearch (TCHAR **c) doremove = 1; if (deconly && diff > 0) doremove = 1; - } else if (nonmodified && b != b2) { + } else if (nonmodified && b == b2) { doremove = 1; } else if (!wasmodified && b != b2) { doremove = 1; -- 2.47.3