Skip to content

Commit

Permalink
fixup 5f40636
Browse files Browse the repository at this point in the history
  • Loading branch information
gfgtdf committed Jul 18, 2017
1 parent 5f40636 commit 62860ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/dialogs/multiplayer/mp_create_game.cpp
Expand Up @@ -799,7 +799,7 @@ void mp_create_game::post_show(window& window)
: scenario["name"];

entry_points.insert(is_first ? entry_points.begin() : entry_points.end(), &scenario);
entry_point_titles.push_back(is_first ? entry_point_titles.begin() : entry_point_titles.end(), title);
entry_point_titles.insert(is_first ? entry_point_titles.begin() : entry_point_titles.end(), title);
}
}
}
Expand Down

0 comments on commit 62860ac

Please sign in to comment.