Skip to content

Commit

Permalink
remove debug code for speedhack
Browse files Browse the repository at this point in the history
  • Loading branch information
cheat-engine committed Mar 21, 2022
1 parent 84aae09 commit 8f44e2e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cheat Engine/MainUnit.pas
Original file line number Diff line number Diff line change
Expand Up @@ -10465,8 +10465,7 @@ procedure TMainForm.cbSpeedhackChange(Sender: TObject);
FreeAndNil(speedhack);

ss:=GetKeyShiftState;
if (ssAlt in ss) and (ssCtrl in ss) then
raise exception.create('Speedhack alternate test');


speedhack := TSpeedhack.Create;
except
Expand Down

0 comments on commit 8f44e2e

Please sign in to comment.