Re-enable lobby to show reloaded game titles.
This commit is contained in:
parent
3c75c21583
commit
0337835d97
1 changed files with 4 additions and 0 deletions
|
@ -391,6 +391,10 @@ void create_engine::prepare_for_saved_game()
|
|||
|
||||
parameters_.saved_game = true;
|
||||
parameters_.scenario_data.clear();
|
||||
|
||||
utils::string_map i18n_symbols;
|
||||
i18n_symbols["login"] = preferences::login();
|
||||
parameters_.name = vgettext("$login|’s game", i18n_symbols);
|
||||
}
|
||||
|
||||
std::vector<std::string> create_engine::levels_menu_item_names() const
|
||||
|
|
Loading…
Add table
Reference in a new issue