More testing...
This commit is contained in:
parent
58110b6818
commit
55caeebffe
2 changed files with 2 additions and 2 deletions
|
@ -69,7 +69,7 @@ bool modal_dialog::show(const unsigned auto_close_time)
|
|||
pc.play_slice();
|
||||
}
|
||||
|
||||
return false;
|
||||
//return false;
|
||||
}
|
||||
|
||||
build_window();
|
||||
|
|
|
@ -36,7 +36,7 @@ modeless_dialog::~modeless_dialog()
|
|||
void modeless_dialog::show(const bool allow_interaction, const unsigned /*auto_close_time*/)
|
||||
{
|
||||
if(CVideo::get_singleton().faked()) {
|
||||
return;
|
||||
//return;
|
||||
}
|
||||
|
||||
hide();
|
||||
|
|
Loading…
Add table
Reference in a new issue