diff -r aceef9d93f5d -r c5b8f2bfa487 hedgewars/uLandObjects.pas --- a/hedgewars/uLandObjects.pas Sun Jul 27 22:18:46 2008 +0000 +++ b/hedgewars/uLandObjects.pas Sun Jul 27 22:26:47 2008 +0000 @@ -376,6 +376,8 @@ ReadLn(f, s); if MusicFN = '' then MusicFN:= s; +ReadLn(f, cCloudsNumber); + Readln(f, ThemeObjects.Count); for i:= 0 to Pred(ThemeObjects.Count) do begin