removed unnecessary diagnostic; updated VC++ project file
This commit is contained in:
parent
5ec6f4582e
commit
26a710471e
2 changed files with 12 additions and 3 deletions
|
@ -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();
|
||||
|
|
12
wesnoth.dsp
12
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
|
||||
|
|
Loading…
Add table
Reference in a new issue