hedgewars/uLandGraphics.pas
changeset 698 43f3ef079f53
parent 520 e83dfb7ffead
child 700 be4847674071
equal deleted inserted replaced
697:44f167938201 698:43f3ef079f53
   220      end;
   220      end;
   221   if (dx = dy) then FillLandCircleLinesEBC(x, y, dx, dy);
   221   if (dx = dy) then FillLandCircleLinesEBC(x, y, dx, dy);
   222 
   222 
   223 if SDL_MustLock(LandSurface) then
   223 if SDL_MustLock(LandSurface) then
   224    SDL_UnlockSurface(LandSurface);
   224    SDL_UnlockSurface(LandSurface);
       
   225 
       
   226 LogLandDigest
   225 end;
   227 end;
   226 
   228 
   227 procedure DrawHLinesExplosions(ar: PRangeArray; Radius: LongInt; y, dY: LongInt; Count: Byte);
   229 procedure DrawHLinesExplosions(ar: PRangeArray; Radius: LongInt; y, dY: LongInt; Count: Byte);
   228 var tx, ty, i: LongInt;
   230 var tx, ty, i: LongInt;
   229 begin
   231 begin