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

Comparing oup/current/Global/OniImgClass.pas (file contents):
Revision 118 by alloc, Fri Mar 23 00:58:09 2007 UTC vs.
Revision 122 by alloc, Fri Mar 23 01:41:15 2007 UTC

# Line 610 | Line 610 | begin
610      repeat
611        x    := x div 2;
612        y    := y div 2;
613 <      size := (size + x * y * bpp) div 8;
613 >      size := size + (x * y * bpp) div 8;
614      until (x = 1) or (y = 1);
615    end;
616    Result := size;

Diff Legend

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