diff -r 835bb2852579 -r 135e4fb3b095 hedgewars/uLandPainted.pas --- a/hedgewars/uLandPainted.pas Tue Jun 26 02:14:35 2012 +0400 +++ b/hedgewars/uLandPainted.pas Tue Jun 26 02:15:50 2012 +0400 @@ -57,10 +57,10 @@ rec:= prec^; rec.X:= SDLNet_Read16(@rec.X); rec.Y:= SDLNet_Read16(@rec.Y); - if rec.X < -323 then rec.X:= -323; - if rec.X > LAND_WIDTH+323 then rec.X:= LAND_WIDTH+323; - if rec.Y < -323 then rec.Y:= -323; - if rec.Y > LAND_HEIGHT+323 then rec.Y:= LAND_HEIGHT+323; + if rec.X < -318 then rec.X:= -318; + if rec.X > LAND_WIDTH+318 then rec.X:= LAND_WIDTH+318; + if rec.Y < -318 then rec.Y:= -318; + if rec.Y > LAND_HEIGHT+318 then rec.Y:= LAND_HEIGHT+318; new(pe); if pointsListLast = nil then