From: Toni Wilen Date: Sat, 23 May 2015 11:10:30 +0000 (+0300) Subject: Deep trainer fix. X-Git-Tag: 3100~19 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=ca4bbbc9cbf520b252dd2a9a7cc1bf7bf8302d0b;p=francis%2Fwinuae.git Deep trainer fix. --- 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;