Initialise to 0
authornemo
Thu, 01 Jul 2010 19:05:29 -0400
changeset 3607 2ad7885615c1
parent 3606 dec996dd7d02
child 3608 c509bbc779e7
Initialise to 0
hedgewars/uLand.pas
--- 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;