diff -r e72f4f37a444 -r 72bfa6a3e8e2 hedgewars/uIO.pas --- a/hedgewars/uIO.pas Mon Jun 03 23:18:24 2013 +0300 +++ b/hedgewars/uIO.pas Tue Jun 04 00:10:48 2013 +0300 @@ -212,7 +212,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'); var buf: shortstring; begin buf:= 'i' + stc[sit] + s;