diff -r 2ad7885615c1 -r c509bbc779e7 hedgewars/uLand.pas --- a/hedgewars/uLand.pas Thu Jul 01 19:05:29 2010 -0400 +++ b/hedgewars/uLand.pas Thu Jul 01 23:41:10 2010 -0400 @@ -35,8 +35,7 @@ var Land: TCollisionArray; LandPixels: TLandArray; -// LandCollided is reusing DirtyTag size because currently the largest Radius we have is 32px (Piano) - LandDirty, LandCollided: TDirtyTag; + LandDirty: TDirtyTag; hasBorder: boolean; hasGirders: boolean; isMap: boolean; @@ -1346,7 +1345,6 @@ LandBackSurface:= nil; digest:= ''; FillChar(LandPixels, sizeof(TLandArray), 0); - FillChar(LandCollided, sizeof(TDirtyTag), 0); end; procedure freeModule;