diff -r 7ee319134713 -r bc7b1d228a2c hedgewars/uLandPainted.pas --- a/hedgewars/uLandPainted.pas Thu Aug 30 12:47:41 2012 -0400 +++ b/hedgewars/uLandPainted.pas Thu Aug 30 13:02:19 2012 -0400 @@ -58,9 +58,9 @@ rec.X:= SDLNet_Read16(@rec.X); rec.Y:= SDLNet_Read16(@rec.Y); if rec.X < -318 then rec.X:= -318; - if rec.X > LAND_WIDTH+318 then rec.X:= LAND_WIDTH+318; + if rec.X > 4096+318 then rec.X:= 4096+318; if rec.Y < -318 then rec.Y:= -318; - if rec.Y > LAND_HEIGHT+318 then rec.Y:= LAND_HEIGHT+318; + if rec.Y > 2048+318 then rec.Y:= 2048+318; new(pe); if pointsListLast = nil then