Fix for 0x6 cheats

This commit is contained in:
Steven Cherry 2013-08-13 21:24:35 -05:00
parent da1c59fa75
commit c1827698be

View File

@ -365,6 +365,9 @@ void CWCheatEngine::Run() {
base += arg3 & 0x0FFFFFFF;
arg += arg4;
break;
default:
break;
}
}
}