Skip to content

Commit

Permalink
comment out some text and change a number
Browse files Browse the repository at this point in the history
  • Loading branch information
cheat-engine committed Oct 3, 2016
1 parent 1510071 commit f121152
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cheat Engine/MainUnit2.pas
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ procedure initcetitle;



const beta=' Release Candidate 2'; //empty this for a release
const beta=''; //empty this for a release

var
CEnorm:string;
Expand Down
2 changes: 1 addition & 1 deletion Cheat Engine/OpenSave.pas
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ interface
zstream, luafile, disassemblerComments, commonTypeDefs;


var CurrentTableVersion: dword=23;
var CurrentTableVersion: dword=24;
procedure protecttrainer(filename: string);
procedure unprotecttrainer(filename: string; stream: TStream);
procedure SaveTable(Filename: string; protect: boolean=false);
Expand Down

0 comments on commit f121152

Please sign in to comment.