Skip to content

Commit

Permalink
Attempt to fix build (fixup c3d05e3)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Dec 14, 2016
1 parent c3d05e3 commit 1622a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game_initialization/configure_engine.cpp
Expand Up @@ -95,7 +95,7 @@ void configure_engine::set_shuffle_sides(bool val) { parameters_.shuffle_sides =
void configure_engine::set_random_faction_mode(mp_game_settings::RANDOM_FACTION_MODE val) { parameters_.random_faction_mode = val;}
void configure_engine::set_options(const config& cfg) { parameters_.options = cfg; }

std::string configure_engine::game_name_default() const {
std::string configure_engine::game_name_default() {
utils::string_map i18n_symbols;
i18n_symbols["login"] = preferences::login();
return vgettext("$login|’s game", i18n_symbols);
Expand Down

0 comments on commit 1622a8c

Please sign in to comment.