kanbandanza / cheat-engine

Automatically exported from code.google.com/p/cheat-engine
0 stars 0 forks source link

Patch for /branches/Cheat Engine Old/standalone/MemoryTrainerUnit.pas #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Translated text about:
Line 686 changed.
Old: case trainerdata[i].addressentrys[j].value[i] of
New: case trainerdata[i].addressentrys[j].value[m] of

The binary value created in a coach was not set correctly, because a variable 
was set incorrectly.

Gorginal german Text:
Zeile 686 geändert.
Alt: case trainerdata[i].addressentrys[j].value[i] of
Neu: case trainerdata[i].addressentrys[j].value[m] of

Der Binär-Wert in einem erstellten Trainer wurde nicht richtig gesetzt, weil 
eine Variabel falsch gesetzt wurde.

Original issue reported on code.google.com by dohrs...@web.de on 16 Aug 2012 at 3:15

Attachments: