Skip to content

Commit

Permalink
reverse the order
Browse files Browse the repository at this point in the history
  • Loading branch information
cheat-engine committed Nov 20, 2016
1 parent 24d52e3 commit 4189bce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cheat Engine/addresslist.pas
Original file line number Diff line number Diff line change
Expand Up @@ -603,6 +603,8 @@ procedure TAddresslist.AddTableXMLAsText(xml: string; simpleCopyPaste: boolean=t
if insertAfter<>nil then
memrec.treenode.MoveTo(insertafter, naInsertBehind);

insertAfter:=memrec.treenode;

//fill the entry with the node info
memrec.setXMLnode(currentEntry);

Expand Down

0 comments on commit 4189bce

Please sign in to comment.