diff -r 7de85783b823 -r 4a4f21070479 hedgewars/uLandObjects.pas --- a/hedgewars/uLandObjects.pas Sun Nov 11 16:53:16 2012 +0100 +++ b/hedgewars/uLandObjects.pas Sun Nov 11 17:15:19 2012 +0100 @@ -66,6 +66,8 @@ ThemeObjects: TThemeObjects; SprayObjects: TSprayObjects; + + procedure BlitImageAndGenerateCollisionInfo(cpX, cpY, Width: Longword; Image: PSDL_Surface); inline; begin BlitImageAndGenerateCollisionInfo(cpX, cpY, Width, Image, 0); @@ -442,7 +444,7 @@ SprayObjects.Count:= 0; while not eof(f) do - begin +begin Readln(f, s); if Length(s) = 0 then continue;