mp_join_game should not be skippable
This commit is contained in:
parent
083c49f916
commit
87b6cf80e8
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ mp_join_game::mp_join_game(saved_game& state, wesnothd_connection& connection, c
|
||||||
, flg_dialog_(nullptr)
|
, flg_dialog_(nullptr)
|
||||||
{
|
{
|
||||||
set_show_even_without_video(true);
|
set_show_even_without_video(true);
|
||||||
|
set_allow_plugin_skip(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
mp_join_game::~mp_join_game()
|
mp_join_game::~mp_join_game()
|
||||||
|
|
Loading…
Add table
Reference in a new issue