branch | webgl |
changeset 9197 | e4e366013e9a |
parent 9127 | e350500c4edb |
parent 9178 | c0902317c823 |
child 9521 | 8054d9d775fd |
--- a/hedgewars/uIO.pas Sun Jun 16 00:46:11 2013 +0400 +++ b/hedgewars/uIO.pas Mon Jun 17 16:56:58 2013 +0200 @@ -213,7 +213,7 @@ end; procedure SendStat(sit: TStatInfoType; s: shortstring); -const stc: array [TStatInfoType] of char = ('r', 'D', 'k', 'K', 'H', 'T', 'P', 's', 'S', 'B'); +const stc: array [TStatInfoType] of char = ('r', 'D', 'k', 'K', 'H', 'T', 'P', 's', 'S', 'B', 'c', 'g', 'p'); var buf: shortstring; begin buf:= 'i' + stc[sit] + s;