changeset 10116 | dd27562b6f21 |
parent 10108 | c68cf030eded |
child 10124 | aabd1b75d5a3 |
--- a/hedgewars/uGears.pas Fri Feb 07 00:47:51 2014 +0400 +++ b/hedgewars/uGears.pas Thu Feb 06 22:03:53 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(FormatPChar(trmsg[sidRoundsSD], Str2PChar(s)), cWhiteColor, capgrpGameState); + AddCaption(Format(trmsg[sidRoundsSD], s), cWhiteColor, capgrpGameState); end; end; if bBetweenTurns