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

Comparing oup/current/Code/OniImgClass.pas (file contents):
Revision 86 by alloc, Sun Jan 14 20:19:08 2007 UTC vs.
Revision 92 by alloc, Mon Jan 15 23:35:04 2007 UTC

# Line 438 | Line 438 | begin
438        txmpimg.StoreType := 8;
439        txmpimg.DataType  := [DT_Decoded32];
440        txmpimg.Depth     := 32;
441 <      txmpimg.WriteToBMP('D:\' + IntToStr(i) + '.bmp');
441 >      txmpimg.WriteToBMP('M:\' + IntToStr(i) + '.bmp');
442      end;
443    end;
444    txmpimg.Free;

Diff Legend

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