Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dsound.cc48 matched_sound.interrupt_game = false; in check_sound_patterns()
68 play_sound(sound_data.soundfile.c_str(), sound_data.interrupt_game); in play_sound()
73 void play_sound(const char *file, bool interrupt_game) in play_sound() argument
75 UNUSED(interrupt_game); in play_sound()
91 if (interrupt_game) in play_sound()
H A Dsound.h80 void play_sound(const char *file, bool interrupt_game = false);
H A Doptions.h67 bool interrupt_game; member
73 && interrupt_game == o.interrupt_game;
H A Dinitfile.cc3422 entry.interrupt_game = true; in read_option_line()
3424 entry.interrupt_game = false; in read_option_line()