hedgewars/uWorld.pas
changeset 4003 ca0600ab38bf
parent 3976 abaf741a4e21
child 4132 ca33a3737064
--- a/hedgewars/uWorld.pas	Wed Oct 27 01:33:38 2010 +0200
+++ b/hedgewars/uWorld.pas	Fri Oct 29 00:24:17 2010 +0200
@@ -147,11 +147,11 @@
 if cMinesTime <> 3000 then
     begin
     if cMinesTime = 0 then
-        g:= AddGoal(g, gfMines, gidNoMineTimer)
+        g:= AddGoal(g, gfAny, gidNoMineTimer)
     else if cMinesTime < 0 then
-        g:= AddGoal(g, gfMines, gidRandomMineTimer)
+        g:= AddGoal(g, gfAny, gidRandomMineTimer)
     else
-        g:= AddGoal(g, gfMines, gidMineTimer, cMinesTime div 1000);
+        g:= AddGoal(g, gfAny, gidMineTimer, cMinesTime div 1000);
     end;
 
 // if the string has been set, show it for (default timeframe) seconds