hedgewars/uLand.pas
changeset 3936 0b982d340633
parent 3920 a54ca6185307
child 4357 a1fcfc341a52
equal deleted inserted replaced
3934:8cdbc0505f18 3936:0b982d340633
  1306     end;
  1306     end;
  1307 
  1307 
  1308 if (GameFlags and gfDisableGirders) <> 0 then hasGirders:= false;
  1308 if (GameFlags and gfDisableGirders) <> 0 then hasGirders:= false;
  1309 
  1309 
  1310 if ((GameFlags and gfForts) = 0)
  1310 if ((GameFlags and gfForts) = 0)
  1311     and ((GameFlags and gfDisableLandObjects) = 0)
       
  1312     and (Pathz[ptMapCurrent] = '')
  1311     and (Pathz[ptMapCurrent] = '')
  1313     then AddObjects;
  1312     then AddObjects
       
  1313 else AddProgress();
  1314 
  1314 
  1315 FreeLandObjects;
  1315 FreeLandObjects;
  1316 
  1316 
  1317 UpdateLandTexture(0, LAND_WIDTH, 0, LAND_HEIGHT);
  1317 UpdateLandTexture(0, LAND_WIDTH, 0, LAND_HEIGHT);
  1318 end;
  1318 end;