ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/oup/current/Global/Exporters.pas
(Generate patch)

Comparing oup/current/Global/Exporters.pas (file contents):
Revision 197 by alloc, Thu May 24 17:48:18 2007 UTC vs.
Revision 198 by alloc, Sat May 26 19:28:08 2007 UTC

# Line 224 | Line 224 | begin
224  
225    img := TOniImage.Create;
226    img.Load(ConnectionID, FileID);
227 +  img.WriteToFile(filename+'.dds');
228    img.WriteToFile(filename+'.bmp');
229    img.Free;
230   end;

Diff Legend

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