Whiteboard/highlight_visitor: reference correct hex.

This commit is contained in:
Gabriel Morin 2010-08-16 15:43:39 +00:00
parent 96e9c99229
commit 4d0d895ed3

View file

@ -57,7 +57,7 @@ void highlight_visitor::set_mouseover_hex(const map_location& hex)
{
clear();
if (!mouseover_hex_.valid())
if (!hex.valid())
return;
scoped_real_unit_map ensure_real_map;