diff -r cb0b750bd8a3 -r 8c5fa1d15bd5 hedgewars/uGears.pas --- a/hedgewars/uGears.pas Tue Feb 04 15:23:37 2014 +0100 +++ b/hedgewars/uGears.pas Tue Feb 04 16:35:31 2014 +0100 @@ -331,7 +331,7 @@ if i = 1 then AddCaption(trmsg[sidRoundSD], cWhiteColor, capgrpGameState) else if (i = 2) or ((i > 0) and ((i mod 50 = 0) or ((i <= 25) and (i mod 5 = 0)))) then - AddCaption(Format(trmsg[sidRoundsSD], s), cWhiteColor, capgrpGameState); + AddCaption(FormatPChar(trmsg[sidRoundsSD], Str2PChar(s)), cWhiteColor, capgrpGameState); end; end; if bBetweenTurns