hedgewars/uTeams.pas
changeset 3030 411146650700
parent 3024 bcbd910c797f
child 3038 4e48c276a468
equal deleted inserted replaced
3029:67483e87590c 3030:411146650700
    52             HatVisibility: GLfloat;
    52             HatVisibility: GLfloat;
    53             stats: TStatistics;
    53             stats: TStatistics;
    54             Hat: shortstring;
    54             Hat: shortstring;
    55             King: boolean;  // Flag for a bunch of hedgehog attributes
    55             King: boolean;  // Flag for a bunch of hedgehog attributes
    56             Unplaced: boolean;  // Flag for hog placing mode
    56             Unplaced: boolean;  // Flag for hog placing mode
       
    57             Timer: Longword;
    57             end;
    58             end;
    58 
    59 
    59     TTeam = record
    60     TTeam = record
    60             Clan: PClan;
    61             Clan: PClan;
    61             TeamName: string[MAXNAMELEN];
    62             TeamName: string[MAXNAMELEN];