hedgewars/uIO.pas
changeset 9172 72bfa6a3e8e2
parent 9080 9b42757d7e71
child 9175 dc3c0e44f7f3
--- a/hedgewars/uIO.pas	Mon Jun 03 23:18:24 2013 +0300
+++ b/hedgewars/uIO.pas	Tue Jun 04 00:10:48 2013 +0300
@@ -212,7 +212,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');
 var buf: shortstring;
 begin
 buf:= 'i' + stc[sit] + s;