diff -r d328fe17b195 -r dc3c0e44f7f3 hedgewars/uIO.pas --- a/hedgewars/uIO.pas Thu Jun 06 03:52:32 2013 +0300 +++ b/hedgewars/uIO.pas Sat Jun 08 23:24:52 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', 'c'); +const stc: array [TStatInfoType] of char = ('r', 'D', 'k', 'K', 'H', 'T', 'P', 's', 'S', 'B', 'c', 'g'); var buf: shortstring; begin buf:= 'i' + stc[sit] + s;