Skip to content

Commit

Permalink
Deselect speaker after [message]
Browse files Browse the repository at this point in the history
  • Loading branch information
CelticMinstrel committed Jan 3, 2016
1 parent 1f41eca commit fa9a394
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/lua/wml/message.lua
Expand Up @@ -237,6 +237,9 @@ function wesnoth.wml_actions.message(cfg)
wesnoth.set_variable(text_input.variable or "input", choice.text)
end
end

-- Unhilight the speaker
wesnoth.deselect_hex()

if #options > 0 then
if option_chosen > #options then
Expand Down

0 comments on commit fa9a394

Please sign in to comment.