From 0185d3ceb9c7172d8b0417590bbe7c009decee00 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 31 Jan 2008 03:08:59 +0000 Subject: [PATCH] Address #10930. --- src/dialogs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dialogs.cpp b/src/dialogs.cpp index 39580c0263f..5ec58b41e37 100644 --- a/src/dialogs.cpp +++ b/src/dialogs.cpp @@ -629,7 +629,7 @@ std::string load_game_dialog(display& disp, const config& game_config, const gam std::vector games; { cursor::setter cur(cursor::WAIT); - std::vector games = get_saves_list(); + games = get_saves_list(); } if(games.empty()) {