major update
This commit is contained in:
Razor12911
2022-07-05 00:31:31 +02:00
parent 4797195ad3
commit 2838e1d07d
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;