Make [message] use wesnoth.highlight_hex()
This commit is contained in:
parent
497aee86ab
commit
b512ad2143
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue