hedgewars/uIO.pas
changeset 9178 c0902317c823
parent 9175 dc3c0e44f7f3
child 9197 e4e366013e9a
child 9301 c5d1c8259ef4
--- a/hedgewars/uIO.pas	Sun Jun 09 01:18:58 2013 +0300
+++ b/hedgewars/uIO.pas	Mon Jun 10 15:18:03 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', 'g');
+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;