Initialize all members.
This commit is contained in:
parent
15542d48d2
commit
dc74d7ce2c
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ mouse_handler_base::mouse_handler_base(gamemap& map) :
|
|||
dragging_started_(false),
|
||||
drag_from_x_(0),
|
||||
drag_from_y_(0),
|
||||
drag_from_hex_(),
|
||||
last_hex_(),
|
||||
show_menu_(false),
|
||||
map_(map)
|
||||
|
|
Loading…
Add table
Reference in a new issue