Skip to content

Commit

Permalink
SHERLOCK: Add missing setting of _oldSelector
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed May 13, 2015
1 parent fdb39d8 commit d4b964c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions engines/sherlock/user_interface.cpp
Expand Up @@ -1612,6 +1612,8 @@ void UserInterface::doTalkControl() {
if (_selector != -1)
talk.talkLine(_selector, talk._statements[_selector]._talkMap, TALK_FOREGROUND,
talk._statements[_selector]._talkPos.top, true);

_oldSelector = _selector;
}

if (events._released || _keyboardInput) {
Expand Down

0 comments on commit d4b964c

Please sign in to comment.