diff -r 0ca921ca7557 -r 00a532e8808e hedgewars/hwengine.dpr --- a/hedgewars/hwengine.dpr Sat Dec 09 18:10:43 2006 +0000 +++ b/hedgewars/hwengine.dpr Sat Dec 09 19:47:31 2006 +0000 @@ -175,6 +175,7 @@ PathPrefix:= ParamStr(9); for p:= Succ(Low(TPathType)) to High(TPathType) do if p <> ptMapCurrent then Pathz[p]:= PathPrefix + '/' + Pathz[p]; + AddClouds end; 2: begin val(ParamStr(1), ipcPort, c);