SHERLOCK: Fix display of hotspot tooltips

This commit is contained in:
Paul Gilbert 2015-03-25 22:56:56 -04:00
parent 94d79c0ed3
commit a8350c48e9

View file

@ -173,7 +173,7 @@ void UserInterface::handleInput() {
if (_help != -1) if (_help != -1)
depressButton(_help); depressButton(_help);
_help = _oldHelp; _oldHelp = _help;
} }
if (_bgFound != _oldBgFound || _oldBgFound == -1) { if (_bgFound != _oldBgFound || _oldBgFound == -1) {
@ -185,6 +185,8 @@ void UserInterface::handleInput() {
screen.print(Common::Point(0, INFO_LINE + 1), screen.print(Common::Point(0, INFO_LINE + 1),
INFO_FOREGROUND, INFO_BACKGROUND, "%s", INFO_FOREGROUND, INFO_BACKGROUND, "%s",
scene._bgShapes[_bgFound]._description); scene._bgShapes[_bgFound]._description);
_oldBgFound = _bgFound;
} }
} else { } else {
// We're not in STD_MODE // We're not in STD_MODE