Skip to content

Commit

Permalink
remove unneeded pump() call
Browse files Browse the repository at this point in the history
mouse_handler_.deselect_hex() uses fire() to fire select events
actions::recalculate_fog() also calls pump() at the end so there should
be no events left in the queue.
  • Loading branch information
gfgtdf committed Feb 25, 2015
1 parent 290a56a commit 5e00a61
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/play_controller.cpp
Expand Up @@ -544,7 +544,6 @@ void play_controller::finish_side_turn(){

mouse_handler_.deselect_hex();
n_unit::id_manager::instance().reset_fake();
pump()();
}

void play_controller::finish_turn()
Expand Down

0 comments on commit 5e00a61

Please sign in to comment.