hedgewars/uStats.pas
changeset 3770 f54e8cb9a12b
parent 3697 d5b30d6373fc
child 3784 75aa91bea32b
equal deleted inserted replaced
3769:bb9ecd0346d8 3770:f54e8cb9a12b
    30                    StepKills: Longword;
    30                    StepKills: Longword;
    31                    MaxStepDamageRecv,
    31                    MaxStepDamageRecv,
    32                    MaxStepDamageGiven,
    32                    MaxStepDamageGiven,
    33                    MaxStepKills: Longword;
    33                    MaxStepKills: Longword;
    34                    FinishedTurns: Longword;
    34                    FinishedTurns: Longword;
       
    35                    AIKills : LongInt;
    35                    end;
    36                    end;
       
    37 
       
    38 type TTeamStats = record
       
    39     AIKills : LongInt;
       
    40 end;
    36 
    41 
    37 var TotalRounds: LongInt;
    42 var TotalRounds: LongInt;
    38     FinishedTurnsTotal: LongInt;
    43     FinishedTurnsTotal: LongInt;
    39 
    44 
    40 procedure initModule;
    45 procedure initModule;