Skip to content

Commit

Permalink
remove 'delayed map sharing'
Browse files Browse the repository at this point in the history
  • Loading branch information
gfgtdf committed Jun 3, 2015
1 parent bf7e2da commit 430eab7
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/play_controller.cpp
Expand Up @@ -510,13 +510,6 @@ void play_controller::finish_side_turn()
sync.do_final_checkup();
}

// This implements "delayed map sharing."
// It is meant as an alternative to shared vision.
if(current_team().copy_ally_shroud()) {
gui_->recalculate_minimap();
gui_->invalidate_all();
}

mouse_handler_.deselect_hex();
n_unit::id_manager::instance().reset_fake();
init_side_done_ = false;
Expand Down

0 comments on commit 430eab7

Please sign in to comment.