changeset 13812 | 1f15b0ee8e34 |
parent 13773 | c084bd440009 |
child 13833 | 76a1d6275cd3 |
--- a/hedgewars/uIO.pas Mon Sep 24 11:16:08 2018 -0400 +++ b/hedgewars/uIO.pas Mon Sep 24 11:18:48 2018 -0400 @@ -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'); +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;