(2.5.2) Fix manual Turing GPU; work around hand size upgrade error

This commit is contained in:
nastys
2021-09-04 20:34:52 +02:00
parent 1f57bdaf24
commit eb17a30a06
3 changed files with 3 additions and 3 deletions
@@ -369,7 +369,7 @@ class PatchApplier710 : public PatchApplier {
InjectCode((void*)0x0000000140120709, { 0xE9, 0x82, 0x0A, 0x00 });
}
// Default hand size
if (nDefaultHandSize != -1)
if (nDefaultHandSize > 0)
{
printf("[Patches] Changing default hand size...\n");
const float num = (float)nDefaultHandSize / 10000.0;