Make [message] use wesnoth.highlight_hex()

This commit is contained in:
Charles Dang 2016-03-14 09:42:04 +11:00
parent 497aee86ab
commit b512ad2143

View file

@ -217,7 +217,7 @@ function wesnoth.wml_actions.message(cfg)
wesnoth.scroll_to_tile(speaker.x, speaker.y)
end
wesnoth.select_hex(speaker.x, speaker.y, true)
wesnoth.highlight_hex(speaker.x, speaker.y)
wesnoth.fire("redraw")
end