hedgewars/uLandGraphics.pas
changeset 698 43f3ef079f53
parent 520 e83dfb7ffead
child 700 be4847674071
--- a/hedgewars/uLandGraphics.pas	Fri Jan 11 21:45:24 2008 +0000
+++ b/hedgewars/uLandGraphics.pas	Fri Jan 11 22:47:54 2008 +0000
@@ -222,6 +222,8 @@
 
 if SDL_MustLock(LandSurface) then
    SDL_UnlockSurface(LandSurface);
+
+LogLandDigest
 end;
 
 procedure DrawHLinesExplosions(ar: PRangeArray; Radius: LongInt; y, dY: LongInt; Count: Byte);