diff -r 3c4f0886c123 -r 795f97007833 hedgewars/uLand.pas --- a/hedgewars/uLand.pas Wed Feb 18 16:35:03 2009 +0000 +++ b/hedgewars/uLand.pas Wed Feb 18 16:46:27 2009 +0000 @@ -758,7 +758,7 @@ if ((GameFlags and gfForts) = 0) and (Pathz[ptMapCurrent] = '') then AddObjects; -UpdateLandTexture(0, LAND_HEIGHT); +UpdateLandTexture(0, LAND_WIDTH, 0, LAND_HEIGHT); end; function GenPreview: TPreview;