Subversion Repositories svn1-original

Rev

Rev 361 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 361 Rev 363
Line 118... Line 118...
118
    bool        valid;                          /* Data valid flag */
118
    bool        valid;                          /* Data valid flag */
119
    bool        bad_times;                      /* Legs times not fully defined */
119
    bool        bad_times;                      /* Legs times not fully defined */
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 */
-
 
124
    bool        notInLP:1;                      /* Not included in Leg Placing */
123
    } MPACKED
125
    } MPACKED
124
team_flags ;                                    /* Flag word */
126
team_flags ;                                    /* Flag word */
125
 
127
 
126
/*
128
/*
127
**  Team information
129
**  Team information