Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Darena.cc213 static bool contest_cancelled = false; variable
771 contest_cancelled = true; in handle_keypress()
876 while (fight_is_on() && !contest_cancelled) in do_fight()
901 if (contest_cancelled) in do_fight()
987 contest_cancelled = false; in global_setup()
1095 while (!contest_cancelled && trials_done < total_trials); in simulate()