diff -r 99c93fa258d6 -r b6b1989744ef hedgewars/uLand.pas --- a/hedgewars/uLand.pas Thu Jul 01 14:17:22 2010 -0400 +++ b/hedgewars/uLand.pas Thu Jul 01 17:00:14 2010 -0400 @@ -35,7 +35,8 @@ var Land: TCollisionArray; LandPixels: TLandArray; - LandDirty: TDirtyTag; +// LandCollided is reusing DirtyTag size because currently the largest Radius we have is 32px (Piano) + LandDirty, LandCollided: TDirtyTag; hasBorder: boolean; hasGirders: boolean; isMap: boolean;