hedgewars/uLand.pas
changeset 1807 795f97007833
parent 1806 3c4f0886c123
child 1849 2a989e5abda6
--- 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;