diff -r 8cdbc0505f18 -r 0b982d340633 hedgewars/uLand.pas --- a/hedgewars/uLand.pas Wed Oct 06 20:21:20 2010 -0400 +++ b/hedgewars/uLand.pas Thu Oct 07 16:02:28 2010 -0400 @@ -1308,9 +1308,9 @@ if (GameFlags and gfDisableGirders) <> 0 then hasGirders:= false; if ((GameFlags and gfForts) = 0) - and ((GameFlags and gfDisableLandObjects) = 0) and (Pathz[ptMapCurrent] = '') - then AddObjects; + then AddObjects +else AddProgress(); FreeLandObjects;