mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-06 06:07:54 +00:00
Address #10930.
This commit is contained in:
parent
4c1fcf1193
commit
0185d3ceb9
@ -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…
x
Reference in New Issue
Block a user