Skip to content

Commit

Permalink
Fix: mouse_handler::unselected_reach_ was uninitialized
Browse files Browse the repository at this point in the history
  • Loading branch information
jyrkive authored and GregoryLundberg committed Nov 30, 2017
1 parent b419315 commit 5d33542
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mouse_events.cpp
Expand Up @@ -75,6 +75,7 @@ mouse_handler::mouse_handler(game_display* gui, play_controller& pc)
, current_route_()
, current_paths_()
, unselected_paths_(false)
, unselected_reach_(false)
, path_turns_(0)
, side_num_(1)
, over_route_(false)
Expand Down

0 comments on commit 5d33542

Please sign in to comment.