Revision 157:0b95089e72d4 Server/ULandscape.pas

b/Server/ULandscape.pas
30 30
interface
31 31

  
32 32
uses
33
  SysUtils, Classes, math, UGenericIndex, UMap, UStatics, UWorldItem, UMulBlock,
33
  SysUtils, Classes, math, UGenericIndex, UMap, UStatics, UWorldItem,
34 34
  UTileDataProvider, URadarMap,
35 35
  UCacheManager, ULinkedList, UBufferedStreams,
36 36
  UEnhancedMemoryStream, UPacketHandlers, UPackets, UNetState, UEnums;
......
207 207
    end;
208 208
    block.Free;
209 209
  end;
210
  FChanged := False;
210 211
end;
211 212

  
212 213
constructor TSeperatedStaticBlock.Create(AData: TStream; AIndex: TGenericIndex);
......
558 559

  
559 560
procedure TLandscape.SaveBlock(AWorldBlock: TWorldBlock);
560 561
var
561
  i, j, size: Integer;
562
  size: Integer;
562 563
  index: TGenericIndex;
563 564
begin
564 565
  if AWorldBlock is TMapBlock then

Also available in: Unified diff