diff -r a46a311097af -r f8800c44b3de hedgewars/uMisc.pas --- a/hedgewars/uMisc.pas Thu Apr 29 19:40:13 2010 +0000 +++ b/hedgewars/uMisc.pas Thu Apr 29 21:25:51 2010 +0000 @@ -345,7 +345,7 @@ end; procedure SendStat(sit: TStatInfoType; s: shortstring); -const stc: array [TStatInfoType] of char = 'rDkKH'; +const stc: array [TStatInfoType] of char = 'rDkKHT'; var buf: shortstring; begin buf:= 'i' + stc[sit] + s;