Skip to content

Commit

Permalink
pass on the isunique flag
Browse files Browse the repository at this point in the history
  • Loading branch information
cheat-engine committed Dec 16, 2019
1 parent dfda8ff commit 363c0ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cheat Engine/simpleaobscanner.pas
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ function findaobInModule(modulename: string; aobstring: string; protectionflags:

function findaob(aobstring: string; protectionflags: string=''; alignmenttype: TFastScanMethod=fsmNotAligned; alignmentparam: string=''; isunique: boolean=false): ptruint;
begin
result:=findaobInModule('', aobstring, protectionflags, alignmenttype, alignmentparam);
result:=findaobInModule('', aobstring, protectionflags, alignmenttype, alignmentparam, isunique);
end;


Expand Down

0 comments on commit 363c0ef

Please sign in to comment.