Lines Matching refs:gear_count
168 int gear_count = 0, axle_count = 0, belt_count = 0, i;
223 LoadText (g[gear_count].name);
224 gear_count++;
228 LoadText (g[gear_count - 1].type);
231 LoadInteger (&g[gear_count - 1].face);
234 LoadReal (&g[gear_count - 1].radius);
237 LoadReal (&g[gear_count - 1].width);
240 LoadInteger (&g[gear_count - 1].teeth);
243 LoadReal (&g[gear_count - 1].tooth_depth);
246 LoadTriplet (g[gear_count - 1].color);
249 LoadText (g[gear_count - 1].axle_name);
252 LoadInteger (&g[gear_count - 1].relative_position);
268 number_of_gears = gear_count;