hedgewars/uLandObjects.pas
changeset 2905 f3c79f7193a9
parent 2870 1358cc003e4d
child 2948 3f21a9dc93d0
equal deleted inserted replaced
2904:209a0c573917 2905:f3c79f7193a9
   347 	end;
   347 	end;
   348 TryPut:= bRes;
   348 TryPut:= bRes;
   349 end;
   349 end;
   350 
   350 
   351 procedure ReadThemeInfo(var ThemeObjects: TThemeObjects; var SprayObjects: TSprayObjects);
   351 procedure ReadThemeInfo(var ThemeObjects: TThemeObjects; var SprayObjects: TSprayObjects);
   352 var s: string;
   352 var s: shortstring;
   353     f: textfile;
   353     f: textfile;
   354     i, ii: LongInt;
   354     i, ii: LongInt;
   355     vobcount: Longword;
   355     vobcount: Longword;
   356     c1, c2: TSDL_Color;
   356     c1, c2: TSDL_Color;
   357 
   357