MP Create: fix difficulty dialog not showing when loading appropriate game

This commit is contained in:
Charles Dang 2016-08-20 22:34:08 +11:00
parent ae7ed76b58
commit df5d33fa37

View file

@ -539,7 +539,7 @@ void tmp_create_game::load_game_callback(twindow& window)
create_engine_.prepare_for_saved_game();
window.set_retval(twindow::OK);
dialog_exit_hook(window);
} catch(config::error&) {}
}