diff -r 4884bce5e5eb -r daddcd31ef34 hedgewars/uConsts.pas --- a/hedgewars/uConsts.pas Thu Apr 24 19:55:10 2008 +0000 +++ b/hedgewars/uConsts.pas Thu Apr 24 20:53:35 2008 +0000 @@ -74,7 +74,7 @@ TCapGroup = (capgrpGameState, capgrpAmmoinfo, capgrpNetSay, capgrpVolume); - TStatInfoType = (siGameResult, siMaxStepDamage, siKilledHHs); + TStatInfoType = (siGameResult, siMaxStepDamage, siMaxStepKills, siKilledHHs); THHFont = record Handle: PTTF_Font;