Skip to content

Commit

Permalink
Merge pull request #842 from GregoryLundberg/GL_slow_messages
Browse files Browse the repository at this point in the history
Fix bug: Slow narrator (Partial 25186)
  • Loading branch information
Vultraz committed Oct 25, 2016
2 parents 3e08eed + a441fc9 commit aef1fd4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion data/lua/wml/message.lua
Expand Up @@ -387,7 +387,9 @@ function wesnoth.wml_actions.message(cfg)
end

-- Unhilight the speaker
wesnoth.deselect_hex()
if speaker and not cfg.highlight == false then
wesnoth.deselect_hex()
end

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

0 comments on commit aef1fd4

Please sign in to comment.