diff -r 20ff80421736 -r e4e366013e9a hedgewars/uIO.pas --- a/hedgewars/uIO.pas Sun Jun 16 00:46:11 2013 +0400 +++ b/hedgewars/uIO.pas Mon Jun 17 16:56:58 2013 +0200 @@ -213,7 +213,7 @@ end; procedure SendStat(sit: TStatInfoType; s: shortstring); -const stc: array [TStatInfoType] of char = ('r', 'D', 'k', 'K', 'H', 'T', 'P', 's', 'S', 'B'); +const stc: array [TStatInfoType] of char = ('r', 'D', 'k', 'K', 'H', 'T', 'P', 's', 'S', 'B', 'c', 'g', 'p'); var buf: shortstring; begin buf:= 'i' + stc[sit] + s;