hedgewars/uIO.pas
changeset 9175 dc3c0e44f7f3
parent 9172 72bfa6a3e8e2
child 9178 c0902317c823
--- a/hedgewars/uIO.pas	Thu Jun 06 03:52:32 2013 +0300
+++ b/hedgewars/uIO.pas	Sat Jun 08 23:24:52 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', 'c');
+const stc: array [TStatInfoType] of char = ('r', 'D', 'k', 'K', 'H', 'T', 'P', 's', 'S', 'B', 'c', 'g');
 var buf: shortstring;
 begin
 buf:= 'i' + stc[sit] + s;