diff -r 3cbf01d31e5c -r 37aae47943ce hedgewars/uMisc.pas --- a/hedgewars/uMisc.pas Fri Jan 09 11:55:05 2009 +0000 +++ b/hedgewars/uMisc.pas Fri Jan 09 14:47:54 2009 +0000 @@ -244,7 +244,7 @@ end; procedure SendStat(sit: TStatInfoType; s: shortstring); -const stc: array [TStatInfoType] of char = 'rDkK'; +const stc: array [TStatInfoType] of char = 'rDkKH'; begin SendIPC('i' + stc[sit] + s) end;