Subversion Repositories svn1

Rev

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

Rev 389 Rev 390
Line 1350... Line 1350...
1350
    int k;
1350
    int k;
1351
    int windex;
1351
    int windex;
1352
    int winmax;
1352
    int winmax;
1353
    ty_s_data  *ptr;
1353
    ty_s_data  *ptr;
1354
    team_type   team_buf;
1354
    team_type   team_buf;
1355
    int         last_class;
-
 
1356
    char    solid_line[100];
1355
    char    solid_line[100];
1357
    bool header_done = false;
1356
    bool header_done = false;
1358
    bool entryFound;
1357
    bool entryFound;
1359
 
1358
 
1360
 
1359
 
Line 1486... Line 1485...
1486
 
1485
 
1487
    /*  ---------------------------- Awards for Teams ----
1486
    /*  ---------------------------- Awards for Teams ----
1488
    **  Sort the data by class
1487
    **  Sort the data by class
1489
    */
1488
    */
1490
    sort_team_data( 0, S_LC, true );     /* Generate class placement data */
1489
    sort_team_data( 0, S_LC, true );     /* Generate class placement data */
1491
    last_class = -1;                     /* Invalid class to start with */
-
 
1492
 
1490
 
1493
    /*
1491
    /*
1494
    **  Process each category
1492
    **  Process each category
1495
    */
1493
    */
1496
    print( "\n");
1494
    print( "\n");
Line 1661... Line 1659...
1661
 
1659
 
1662
        /*
1660
        /*
1663
        **  Sort the data by class with NE data sorted by real class
1661
        **  Sort the data by class with NE data sorted by real class
1664
        */
1662
        */
1665
        sort_team_data( 0, S_LC_NE, true );     /* Generate class placement data */
1663
        sort_team_data( 0, S_LC_NE, true );     /* Generate class placement data */
1666
        last_class = -1;                        /* Invalid class to start with */
-
 
1667
 
1664
 
1668
        /*
1665
        /*
1669
        **  Only process the Non Equestrian teams in this pass
1666
        **  Only process the Non Equestrian teams in this pass
1670
        */
1667
        */
1671
        print( "\n");
1668
        print( "\n");
Line 2685... Line 2682...
2685
 
2682
 
2686
    int         i;
2683
    int         i;
2687
    char        line[201];
2684
    char        line[201];
2688
    FILE       *adfile = NULL;
2685
    FILE       *adfile = NULL;
2689
    int         count;
2686
    int         count;
-
 
2687
    Q_UNUSED(teamclass);
2690
 
2688
 
2691
    /*
2689
    /*
2692
     * First the categories 
2690
     * First the categories 
2693
     */
2691
     */
2694
    print( "\n\n" );
2692
    print( "\n\n" );