hedgewars/uLand.pas
changeset 3936 0b982d340633
parent 3920 a54ca6185307
child 4357 a1fcfc341a52
--- 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;