Skip to content

Commit

Permalink
Make [message] use wesnoth.highlight_hex()
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Mar 13, 2016
1 parent 497aee8 commit b512ad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/lua/wml/message.lua
Expand Up @@ -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

Expand Down

0 comments on commit b512ad2

Please sign in to comment.