changeset 13773 | c084bd440009 |
parent 13762 | f0cb47f0bfaf |
child 13833 | 76a1d6275cd3 |
--- a/hedgewars/uIO.pas Sun Sep 09 12:25:23 2018 +0200 +++ b/hedgewars/uIO.pas Tue Sep 11 16:00:23 2018 +0200 @@ -254,7 +254,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', 'g', 'p', 'R'); +const stc: array [TStatInfoType] of char = ('r', 'D', 'k', 'K', 'H', 'T', 'P', 's', 'S', 'B', 'c', 'g', 'p', 'R', 'h'); var buf: shortstring; begin buf:= 'i' + stc[sit] + s;