ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/oup/_old_/Tools/TxmpReplace.pas
(Generate patch)

Comparing oup/current/Tools/TxmpReplace.pas (file contents):
Revision 54 by alloc, Mon Dec 25 03:04:47 2006 UTC vs.
Revision 86 by alloc, Sun Jan 14 20:19:08 2007 UTC

# Line 57 | Line 57 | begin
57    check_fading.Checked := (fadingbyte and $01) > 0;
58    check_transparency.Checked := (depthbyte and $04) > 0;
59  
60 <  OniImage_Old.LoadFromTXMP(fileid);
60 >  OniImage_Old.LoadFromTXMP(connection, fileid);
61    old_size := OniImage_Old.GetImageDataSize((fadingbyte and $01) > 0);
62    Data := OniImage_Old.GetAsBMP;
63    mem  := TMemoryStream.Create;

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)