Author: jhinrichs
Date: Fri May 1 21:50:11 2009
New Revision: 35397
URL: http://svn.gna.org/viewcvs/wesnoth?rev=35397&view=rev
Log:
Remove an unnecessary assignment.
Modified:
trunk/src/savegame.cpp
Modified: trunk/src/savegame.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/savegame.cpp?rev=35397&r1=35396&r2=35397&view=diff
==============================================================================
--- trunk/src/savegame.cpp (original)
+++ trunk/src/savegame.cpp Fri May 1 21:50:11 2009
@@ -493,10 +493,8 @@
if (ask_for_overwrite){
overwrite = check_overwrite(video);
- if (!overwrite){
- show_confirmation_ = true;
+ if (!overwrite)
return save_game_interactive(video, "", gui::OK_CANCEL);
- }
}
return save_game(&video);
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits