Subversion Repositories svn1

Rev

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

Rev 160 Rev 172
Line 45... Line 45...
45
*/
45
*/
46
char        confile[20];                         /* Name of the config file */
46
char        confile[20];                         /* Name of the config file */
47
char        datfile[20];                         /* Name of the data file */
47
char        datfile[20];                         /* Name of the data file */
48
char        filebase[20];                        /* Event file name base */
48
char        filebase[20];                        /* Event file name base */
49
 
49
 
50
MARA_CFG    config;                              /* Working configuration */
50
//MARA_CFG    config;                              /* Working configuration */
51
//MARA_CFG    newcfg;                              /* Play configuration */
51
//MARA_CFG    newcfg;                              /* Play configuration */
52
 
52
 
53
//t_class_summary class_summary;                   /* Class summary data */
53
//t_class_summary class_summary;                   /* Class summary data */
54
 
54
 
55
//menu_table  cnf_menu[] = {
55
//menu_table  cnf_menu[] = {
Line 91... Line 91...
91
    strcpy( confile, filebase );
91
    strcpy( confile, filebase );
92
    strcat( confile, ".cnf" );
92
    strcat( confile, ".cnf" );
93
    strcpy( datfile, filebase );
93
    strcpy( datfile, filebase );
94
    strcat( datfile, ".dat" );
94
    strcat( datfile, ".dat" );
95
 
95
 
-
 
96
    return true;
-
 
97
 
96
    fcon = fopen( confile, "rb" );
98
    fcon = fopen( confile, "rb" );
97
    if ( fcon )
99
    if ( fcon )
98
        fclose( fcon );
100
        fclose( fcon );
99
 
101
 
100
    if( mode )
102
    if( mode )