Deselect speaker after [message]

This commit is contained in:
Celtic Minstrel 2016-01-02 19:46:27 -05:00
parent 1f41eca6e1
commit fa9a394987

View file

@ -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