hedgewars/uLand.pas
changeset 3607 2ad7885615c1
parent 3603 b6b1989744ef
child 3608 c509bbc779e7
--- a/hedgewars/uLand.pas	Thu Jul 01 18:29:57 2010 -0400
+++ b/hedgewars/uLand.pas	Thu Jul 01 19:05:29 2010 -0400
@@ -1346,6 +1346,7 @@
     LandBackSurface:= nil;
     digest:= '';
     FillChar(LandPixels, sizeof(TLandArray), 0);
+    FillChar(LandCollided, sizeof(TDirtyTag), 0);
 end;
 
 procedure freeModule;