changeset 293 | 00a532e8808e |
parent 288 | 929c44745fd9 |
child 295 | 8834f3cb620e |
--- 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);