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 124 by alloc, Fri Mar 23 03:07:58 2007 UTC vs.
Revision 127 by alloc, Fri Mar 23 17:14:40 2007 UTC

# Line 344 | Line 344 | begin
344        y    := y div 2;
345        datasize := datasize + (x * y * bpp) div 8;
346      until (x = minside) or (y = minside);
347 +    if storetype = 9 then
348 +    begin
349 +      repeat
350 +        x    := x div 2;
351 +        y    := y div 2;
352 +        datasize := datasize + (x * y * 16) div 8;
353 +      until (x = 1) or (y = 1);
354 +    end;
355    end;
356  
357    SetLength(Result, 1);

Diff Legend

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