Author: mordante
Date: Sun Apr 19 17:05:17 2009
New Revision: 35050

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

Modified:
    trunk/src/unit_frame.hpp

Modified: trunk/src/unit_frame.hpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/unit_frame.hpp?rev=35050&r1=35049&r2=35050&view=diff
==============================================================================
--- trunk/src/unit_frame.hpp (original)
+++ trunk/src/unit_frame.hpp Sun Apr 19 17:05:17 2009
@@ -85,7 +85,9 @@
        submerge(0.0),
        x(0),
        y(0),
-       drawing_layer(display::LAYER_UNIT_DEFAULT-display::LAYER_UNIT_FIRST)
+       drawing_layer(display::LAYER_UNIT_DEFAULT-display::LAYER_UNIT_FIRST),
+       in_hex(false),
+       diagonal_in_hex(false)
        {};
 
        image::locator image;


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

Reply via email to