Subversion Repositories svn1-original

Rev

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

Rev 350 Rev 351
Line 3626... Line 3626...
3626
 
3626
 
3627
                ptr->flags = team_buf.flags;
3627
                ptr->flags = team_buf.flags;
3628
 
3628
 
3629
//                if (ptr->flags.non_equestrian)
3629
//                if (ptr->flags.non_equestrian)
3630
//                    ptr->flags.disqualified = true;
3630
//                    ptr->flags.disqualified = true;
3631
                if (ptr->flags.vet_check)
3631
//                if (ptr->flags.vet_check)
3632
                    ptr->flags.disqualified = true;
3632
//                    ptr->flags.disqualified = true;
3633
 
3633
 
3634
                ptr++;
3634
                ptr++;
3635
                sort_num++;
3635
                sort_num++;
3636
 
3636
 
3637
 
3637
 
Line 3741... Line 3741...
3741
        {
3741
        {
3742
            if( ptr->lege[j] <= 0 )              /* Ignore bad data */
3742
            if( ptr->lege[j] <= 0 )              /* Ignore bad data */
3743
                continue;
3743
                continue;
3744
 
3744
 
3745
            /*
3745
            /*
-
 
3746
            ** If this is the Equestrian Leg and the team has been vetted out, then this team cannot
-
 
3747
            ** be included into the stats for this leg
-
 
3748
            */
-
 
3749
            if ( ptr->flags.vet_check && (j == config.equestrian_leg || j== 0)) {
-
 
3750
                continue;
-
 
3751
            }
-
 
3752
 
-
 
3753
 
-
 
3754
            /*
3746
            **  Determine fastest team : overall
3755
            **  Determine fastest team : overall
3747
            **  Ignore the non-equestrian data as this is in the list twice
3756
            **  Ignore the non-equestrian data as this is in the list twice
3748
            */
3757
            */
3749
            if( ( ptr->lege[j] < stats.fast.time[j][0] )
3758
            if( ( ptr->lege[j] < stats.fast.time[j][0] )
3750
                || ( stats.fast.time[j][0] < 0 ) )
3759
                || ( stats.fast.time[j][0] < 0 ) )