Revert "Select the hex of the speaker"

This reverts commit e1e19c3bea.
This commit is contained in:
Alexander van Gessel 2013-06-25 00:40:28 +02:00
parent b2d45976ec
commit 2c7e46f6c8

View file

@ -2717,7 +2717,6 @@ unit_map::iterator handle_speaker(
LOG_NG << "set speaker to '" << speaker->name() << "'\n";
const map_location &spl = speaker->get_location();
screen.highlight_hex(spl);
screen.select_hex(spl);
if(scroll) {
LOG_DP << "scrolling to speaker..\n";
const int offset_from_center = std::max<int>(0, spl.y - 1);