Fixes 8-bit code in issue #2821

This commit is contained in:
Steven Cherry 2013-07-18 19:22:16 -05:00
parent 8f84907543
commit 5e1e8446cc

View File

@ -437,7 +437,7 @@ void CWCheatEngine::Run() {
break;
case 0x8: // 8-bit and 16-bit patch code
code = GetNextCode();
if (code[0] != 0) {
if (true) {
int data = code[0];
int dataAdd = code[1];