Whiteboard/manager: change the rule for highlighting.
This commit is contained in:
parent
7f3c883501
commit
74dfef0861
1 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue