hedgewars/uLandObjects.pas
changeset 1131 c5b8f2bfa487
parent 1097 06b15817b8a0
child 1156 3b51492e77f9
--- 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