hedgewars/uIO.pas
changeset 13757 f0cb47f0bfaf
parent 13501 bdac56fb6f1a
child 13768 c084bd440009
--- a/hedgewars/uIO.pas	Tue Sep 04 14:20:15 2018 +0200
+++ b/hedgewars/uIO.pas	Tue Sep 04 15:03:35 2018 +0200
@@ -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');
 var buf: shortstring;
 begin
 buf:= 'i' + stc[sit] + s;