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

Comparing oup/current/Global/RawList.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 340 | Line 340 | begin
340      repeat
341        x    := x div 2;
342        y    := y div 2;
343 <      datasize := (datasize + x * y * bpp) div 8;
343 >      datasize := datasize + (x * y * bpp) div 8;
344      until (x = 1) or (y = 1);
345    end;
346  

Diff Legend

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