| Line 223... |
Line 223... |
| 223 |
time_t start; /* Start time for team */
|
223 |
time_t start; /* Start time for team */
|
| 224 |
time_t leg[MAX_LEGS + 1]; /* Times at end of each leg */
|
224 |
time_t leg[MAX_LEGS + 1]; /* Times at end of each leg */
|
| 225 |
time_t lege[MAX_LEGS + 1]; /* Times leg elapsed times */
|
225 |
time_t lege[MAX_LEGS + 1]; /* Times leg elapsed times */
|
| 226 |
short place; /* Place at end of each leg */
|
226 |
short place; /* Place at end of each leg */
|
| 227 |
short teamclass; /* Team class */
|
227 |
short teamclass; /* Team class */
|
| 228 |
short real_teamclass; /* Team class */
|
- |
|
| 229 |
team_flags flags; /* Team flags */
|
228 |
team_flags flags; /* Team flags */
|
| 230 |
bool isNeData;
|
229 |
bool isNeData;
|
| 231 |
}
|
230 |
}
|
| 232 |
ty_s_data;
|
231 |
ty_s_data;
|
| 233 |
|
232 |
|
| Line 240... |
Line 239... |
| 240 |
short l_place[MAX_LEGS + 1]; /* Place within each leg */
|
239 |
short l_place[MAX_LEGS + 1]; /* Place within each leg */
|
| 241 |
short le_place[MAX_LEGS + 1]; /* Place at end of each leg */
|
240 |
short le_place[MAX_LEGS + 1]; /* Place at end of each leg */
|
| 242 |
short lc_place[MAX_LEGS + 1]; /* Place within leg - class */
|
241 |
short lc_place[MAX_LEGS + 1]; /* Place within leg - class */
|
| 243 |
short lec_place[MAX_LEGS + 1]; /* Place at end of each leg - class */
|
242 |
short lec_place[MAX_LEGS + 1]; /* Place at end of each leg - class */
|
| 244 |
|
243 |
|
| 245 |
//short lcq_place[MAX_LEGS + 1]; /* Place within leg - class, subclass NE */
|
- |
|
| 246 |
//short lceq_place[MAX_LEGS + 1]; /* Place at end of each leg - class, subclass NE */
|
- |
|
| 247 |
short lq_place[MAX_LEGS + 1]; /* Place within leg - assuming NE class */
|
244 |
short lq_place[MAX_LEGS + 1]; /* Place within leg - assuming NE class */
|
| 248 |
short leq_place[MAX_LEGS + 1]; /* Place at end of each leg - assuming NE class */
|
245 |
short leq_place[MAX_LEGS + 1]; /* Place at end of each leg - assuming NE class */
|
| - |
|
246 |
short lcq_place[MAX_LEGS + 1]; /* Place within leg - class, subclass NE */
|
| - |
|
247 |
short lecq_place[MAX_LEGS + 1]; /* Place at end of each leg - class, subclass NE */
|
| - |
|
248 |
|
| 249 |
}
|
249 |
}
|
| 250 |
|
250 |
|
| 251 |
ty_s_aux;
|
251 |
ty_s_aux;
|
| 252 |
|
252 |
|
| 253 |
typedef struct
|
253 |
typedef struct
|