Skip to content

Commit

Permalink
fix trainergen buildlist issue with duplicate cheat name error
Browse files Browse the repository at this point in the history
  • Loading branch information
cheat-engine committed Nov 25, 2021
1 parent 9480c49 commit df62498
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cheat Engine/trainergenerator.pas
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ procedure TfrmTrainerGenerator.buildcheatlist;
currentcheat.parent:=cheatpanel;
currentcheat.name:='CHEAT'+inttostr(i);
currentcheat.cheatnr:=i;
currentcheat.tag:=i+1;
currentcheat.AutoSize:=true;

if lastcheat=nil then
Expand Down

0 comments on commit df62498

Please sign in to comment.