Author: mordante
Date: Fri May  1 17:10:39 2009
New Revision: 35375

URL: http://svn.gna.org/viewcvs/wesnoth?rev=35375&view=rev
Log:
Initialize all members.

Modified:
    trunk/src/savegame.cpp

Modified: trunk/src/savegame.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/savegame.cpp?rev=35375&r1=35374&r2=35375&view=diff
==============================================================================
--- trunk/src/savegame.cpp (original)
+++ trunk/src/savegame.cpp Fri May  1 17:10:39 2009
@@ -315,6 +315,10 @@
        : game_config_(game_config)
        , gui_(gui)
        , gamestate_(gamestate)
+       , filename_()
+       , load_config_()
+       , show_replay_(false)
+       , cancel_orders_(false)
 {
        gamestate_ = game_state();
 }


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to