diff -r 21ed7cec1fa2 -r 3deb9ff104da hedgewars/tunsetborder.inc --- a/hedgewars/tunsetborder.inc Thu Nov 05 20:40:31 2009 +0000 +++ b/hedgewars/tunsetborder.inc Thu Nov 05 20:47:42 2009 +0000 @@ -23,5 +23,5 @@ ty:= hwRound(Y); if ((ty and LAND_HEIGHT_MASK) = 0) and ((tx and LAND_WIDTH_MASK) = 0) and - (Land[ty, tx] = COLOR_LAND) then LandPixels[ty, tx]:= cExplosionBorderColor + ((Land[ty, tx] = COLOR_LAND) or (Land[ty, tx] = COLOR_OBJECT)) then LandPixels[ty, tx]:= cExplosionBorderColor end;