diff -r 1c1cd66ffcdc -r 7b61834edcf6 hedgewars/uConsts.pas --- a/hedgewars/uConsts.pas Tue Dec 19 17:20:14 2006 +0000 +++ b/hedgewars/uConsts.pas Thu Jan 04 16:27:45 2007 +0000 @@ -62,6 +62,8 @@ TCapGroup = (capgrpGameState, capgrpAmmoinfo, capgrpNetSay, capgrpVolume); + TStatInfoType = (siGameResult); + THHFont = record Handle: PTTF_Font; Height: integer;