Initialize all members.

This commit is contained in:
Mark de Wever 2011-08-15 17:18:55 +00:00
parent b714413c72
commit 396b447761

View file

@ -45,6 +45,7 @@ highlight_visitor::highlight_visitor(unit_map& unit_map, side_actions_ptr side_a
, exclusive_display_hexes_()
, owner_unit_(NULL)
, selection_candidate_(NULL)
, selected_action_()
, main_highlight_()
, secondary_highlights_()
, side_actions_(side_actions)