changeset 307 | 96b428ac11f2 |
parent 306 | 7b61834edcf6 |
child 308 | 806c3b55500d |
--- a/hedgewars/uMisc.pas Thu Jan 04 16:27:45 2007 +0000 +++ b/hedgewars/uMisc.pas Thu Jan 04 18:54:24 2007 +0000 @@ -220,7 +220,7 @@ end; procedure SendStat(sit: TStatInfoType; s: shortstring); -const stc: array [TStatInfoType] of char = 'r'; +const stc: array [TStatInfoType] of char = 'rDK'; begin SendIPC('i' + stc[sit] + s) end;