hedgewars/uConsts.pas
changeset 307 96b428ac11f2
parent 306 7b61834edcf6
child 351 29bc9c36ad5f
equal deleted inserted replaced
306:7b61834edcf6 307:96b428ac11f2
    60 
    60 
    61      THWFont    = (fnt16, fntBig);
    61      THWFont    = (fnt16, fntBig);
    62 
    62 
    63      TCapGroup  = (capgrpGameState, capgrpAmmoinfo, capgrpNetSay, capgrpVolume);
    63      TCapGroup  = (capgrpGameState, capgrpAmmoinfo, capgrpNetSay, capgrpVolume);
    64 
    64 
    65      TStatInfoType = (siGameResult);
    65      TStatInfoType = (siGameResult, siMaxStepDamage, siKilledHHs);
    66 
    66 
    67      THHFont    = record
    67      THHFont    = record
    68                   Handle: PTTF_Font;
    68                   Handle: PTTF_Font;
    69                   Height: integer;
    69                   Height: integer;
    70                   style: integer;
    70                   style: integer;