changeset 3381 | f8800c44b3de |
parent 3377 | a3f0849f26bc |
child 3407 | dcc129c4352e |
--- 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;