Address #10930.
This commit is contained in:
parent
4c1fcf1193
commit
0185d3ceb9
1 changed files with 1 additions and 1 deletions
|
@ -629,7 +629,7 @@ std::string load_game_dialog(display& disp, const config& game_config, const gam
|
|||
std::vector<save_info> games;
|
||||
{
|
||||
cursor::setter cur(cursor::WAIT);
|
||||
std::vector<save_info> games = get_saves_list();
|
||||
games = get_saves_list();
|
||||
}
|
||||
|
||||
if(games.empty()) {
|
||||
|
|
Loading…
Add table
Reference in a new issue