Ignore:
Timestamp:
Aug 18, 2007, 5:51:42 PM (18 years ago)
Author:
alloc
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • oup/current/FileClasses/SUBT.pas

    r241 r245  
    129129  begin
    130130    CacheFile;
    131     CacheRawFile($18);
     131    CacheAllRawFiles;
    132132
    133133    FFileStream.Seek($1C, soFromBeginning);
     
    144144          FFileStream.Seek($20 + i*4, soFromBeginning);
    145145          FFileStream.Read(offset, 4);
    146           FRawCaches[0].Seek(offset, soFromBeginning);
     146          FRawCaches[0].RawStream.Seek(offset, soFromBeginning);
    147147        end;
    148148        SetLength(temps, 200);
     
    150150        repeat
    151151          Inc(pos);
    152           FRawCaches[0].Read(temps[pos], 1);
     152          FRawCaches[0].RawStream.Read(temps[pos], 1);
    153153        until temps[pos] = #0;
    154154        SetLength(temps, pos - 1);
Note: See TracChangeset for help on using the changeset viewer.