--- 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;