Home
last modified time | relevance | path

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

/dports/games/wesnoth/wesnoth-1.14.17/src/gui/dialogs/
H A Dmodal_dialog.hpp204 show_even_without_video_ = show_even_without_video; in set_show_even_without_video()
382 bool show_even_without_video_; member in gui2::dialogs::modal_dialog
H A Dmodal_dialog.cpp38 , show_even_without_video_(false) in modal_dialog()
60 if(CVideo::get_singleton().faked() && !show_even_without_video_) { in show()