changeset 3603 | b6b1989744ef |
parent 3598 | a8aa06bae895 |
child 3607 | 2ad7885615c1 |
--- 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;