Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
gfgtdf committed Apr 17, 2017
1 parent 254ae3f commit fbb8925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game_initialization/multiplayer.cpp
Expand Up @@ -443,7 +443,7 @@ static void enter_create_mode(mp_workflow_helper_ptr helper)

gui2::dialogs::mp_create_game dlg(helper->game_config, create_eng);
dlg.show(helper->video);
dlg_cancel = dlg.get_retval() == gui2::window::CANCEL
dlg_cancel = dlg.get_retval() == gui2::window::CANCEL;
}

if(!dlg_cancel) {
Expand Down

0 comments on commit fbb8925

Please sign in to comment.