update to 0.6.0

major update
This commit is contained in:
Razor12911
2022-07-05 00:36:34 +02:00
parent 8acdee7e3b
commit 762160b0c9
24 changed files with 2633 additions and 685 deletions

View File

@@ -128,7 +128,7 @@ begin
'_' + Random($7FFFFFFF).ToHexString + XTOOL_MAPSUF2)), LFilename);
try
Move(SS2.Memory^, (PByte(SS1.Memory) + LEntry.Position)^,
LEntry.Size);
Min(SS2.Size, LEntry.Size));
finally
SS2.Free;
end;