HomeSort by: relevance | last modified time | path
    Searched defs:num_starts (Results 1 - 2 of 2) sorted by relevancy

  /src/games/atc/
update.c 350 unsigned num_starts, rnd, rnd2, i; local in function:addplane
357 num_starts = sp->num_exits + sp->num_airports;
358 rnd = random() % num_starts;
369 for (i = 0; i < num_starts; i++) {
371 while ((rnd2 = random() % num_starts) == rnd)
399 if (i >= num_starts)
update.c 350 unsigned num_starts, rnd, rnd2, i; local in function:addplane
357 num_starts = sp->num_exits + sp->num_airports;
358 rnd = random() % num_starts;
369 for (i = 0; i < num_starts; i++) {
371 while ((rnd2 = random() % num_starts) == rnd)
399 if (i >= num_starts)

Completed in 22 milliseconds