From 26a710471eb08457f99da557eaae388299d8941b Mon Sep 17 00:00:00 2001 From: Dave White Date: Fri, 11 Jun 2004 20:25:17 +0000 Subject: [PATCH] removed unnecessary diagnostic; updated VC++ project file --- src/dialogs.cpp | 3 --- wesnoth.dsp | 12 ++++++++++++ 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/src/dialogs.cpp b/src/dialogs.cpp index ca1e417474b..6c9d71f3900 100644 --- a/src/dialogs.cpp +++ b/src/dialogs.cpp @@ -437,7 +437,6 @@ std::string load_game_dialog(display& disp, const config& game_config, const gam disp.update_display(); log_scope("load"); - std::cerr << "loading game: '" << games[*s].name << "'\n"; game_state state; config& summary = save_summary(games[*s].name); @@ -456,8 +455,6 @@ std::string load_game_dialog(display& disp, const config& game_config, const gam summary["corrupt"] = "yes"; std::cerr << "save '" << games[*s].name << "' could not be loaded (load_game_failed exception)\n"; } - - std::cerr << "loaded...\n"; } write_save_index(); diff --git a/wesnoth.dsp b/wesnoth.dsp index 7060d6c9403..00cf707ba8f 100644 --- a/wesnoth.dsp +++ b/wesnoth.dsp @@ -264,6 +264,10 @@ SOURCE=.\src\preferences.cpp # End Source File # Begin Source File +SOURCE=.\src\widgets\progressbar.cpp +# End Source File +# Begin Source File + SOURCE=.\src\race.cpp # End Source File # Begin Source File @@ -368,6 +372,10 @@ SOURCE=.\src\ai_move.hpp # End Source File # Begin Source File +SOURCE=.\src\array.hpp +# End Source File +# Begin Source File + SOURCE=.\src\builder.hpp # End Source File # Begin Source File @@ -516,6 +524,10 @@ SOURCE=.\src\preferences.hpp # End Source File # Begin Source File +SOURCE=.\src\widgets\progressbar.hpp +# End Source File +# Begin Source File + SOURCE=.\src\race.hpp # End Source File # Begin Source File