hedgewars/uIO.pas
changeset 10663 9bbb29d2bd68
parent 10562 3388822b3914
child 10748 dc587913987c
child 10818 f642a28cab0c
--- a/hedgewars/uIO.pas	Thu Dec 11 22:22:40 2014 +0100
+++ b/hedgewars/uIO.pas	Thu Dec 11 21:32:24 2014 -0500
@@ -222,7 +222,7 @@
 repeat
     BlockRead(f, s[1], 255 - Length(ss), i);
     if i > 0 then
-    begin
+        begin
         s[0]:= char(i);
         ss:= ss + s;
         while (Length(ss) > 1)and(Length(ss) > byte(ss[1])) do