Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/test/stress/
H A Dunwoken_rest.rc8 restart_after_game = false
H A Dwoken_rest.rc9 restart_after_game = false
H A Dabyss_short_wait.rc11 restart_after_game = false
H A Dfireworks.rc8 restart_after_game = false
H A Dabyss_short_run.rc12 restart_after_game = false
H A Dabyss.rc10 restart_after_game = false
H A Dqw.rc99 restart_after_game = false
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/test/eyecandy/
H A Dfireworks.rc15 restart_after_game = false
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dend.cc69 tobool(Options.restart_after_game, !crawl_state.bypassed_startup_menu); in crawl_should_restart()
H A Doptions.h429 maybe_bool restart_after_game; // If true, Crawl will not close on game-end member
H A Dinitfile.cc1135 restart_after_game = MB_FALSE; in reset_options()
1141 restart_after_game = MB_TRUE; in reset_options()
1143 restart_after_game = MB_MAYBE; in reset_options()
3029 restart_after_game = read_maybe_bool(field); in read_option_line()
5073 Options.restart_after_game = MB_FALSE; in parse_args()
H A Ddbg-asrt.cc591 maybe_to_string(Options.restart_after_game).c_str()); in _dump_options()