hedgewars/uLandObjects.pas
branchwebgl
changeset 8026 4a4f21070479
parent 7640 e9e6b4d740f6
child 8096 453917e94e55
--- 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;