hedgewars/uWorld.pas
changeset 7069 bcf9d8e64e92
parent 7049 35d762458d66
child 7080 dbf43c07a507
child 7086 e99944b25764
--- a/hedgewars/uWorld.pas	Sat May 12 22:50:33 2012 +0400
+++ b/hedgewars/uWorld.pas	Sat May 12 23:55:09 2012 +0400
@@ -96,7 +96,7 @@
     if (GameFlags and gf) <> 0 then
         begin
         t:= inttostr(i);
-        s:= s + format(trgoal[si], t) + '|'
+        s:= s + FormatA(trgoal[si], t) + '|'
         end;
     AddGoal:= s;
 end;