Subversion Repositories svn1-original

Rev

Rev 354 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 354 Rev 355
Line 120... Line 120...
120
    bool        disqualified;                   /* Team has been disqualified */
120
    bool        disqualified;                   /* Team has been disqualified */
121
    bool        non_equestrian:1;               /* Team is special : non-equestrian */
121
    bool        non_equestrian:1;               /* Team is special : non-equestrian */
122
    bool        vet_check:1;                    /* Team Disqual - Failed vet check */
122
    bool        vet_check:1;                    /* Team Disqual - Failed vet check */
123
    bool        notInFastest:1;                 /* Exclude from fastest team calc */
123
    bool        notInFastest:1;                 /* Exclude from fastest team calc */
124
    bool        notInLP:1;                      /* Not included in Leg Placing */
124
    bool        notInLP:1;                      /* Not included in Leg Placing */
125
    bool        notInEP:1;                      /* Not in Event Placing */
-
 
126
    } MPACKED
125
    } MPACKED
127
team_flags ;                                    /* Flag word */
126
team_flags ;                                    /* Flag word */
128
 
127
 
129
/*
128
/*
130
**  Team information
129
**  Team information