Whiteboard/manager: change the rule for highlighting.

This commit is contained in:
Gabriel Morin 2010-08-15 04:17:26 +00:00
parent 7f3c883501
commit 74dfef0861

View file

@ -346,7 +346,8 @@ void manager::on_mouseover_change(const map_location& hex)
hidden_unit_hex_ = map_location();
}
if (!resources::screen->selected_hex().valid() && highlighter_)
//if (!resources::screen->selected_hex().valid() && highlighter_)
if (!has_temp_move() && highlighter_)
{
highlighter_->set_mouseover_hex(hex);
highlighter_->highlight();