Home
last modified time | relevance | path

Searched refs:trials_done (Results 1 – 1 of 1) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Darena.cc217 static int trials_done = 0; variable
552 if (trials_done & 1) in setup_monsters()
585 total_trials ? trials_done - team_a_wins - ties : -1); in show_fight_banner()
587 if (total_trials > 1 && trials_done < total_trials) in show_fight_banner()
593 after_fight ? trials_done in show_fight_banner()
594 : trials_done + 1, in show_fight_banner()
911 trials_done++; in do_fight()
986 total_trials = trials_done = team_a_wins = ties = 0; in global_setup()
1031 trials_done - team_a_wins - ties); in write_results()
1092 if (trials_done < total_trials) in simulate()
[all …]