SHERLOCK: Fix display of hotspot tooltips
This commit is contained in:
parent
94d79c0ed3
commit
a8350c48e9
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue