aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorPaul Gilbert2015-10-12 20:56:11 -0400
committerPaul Gilbert2015-10-12 20:56:11 -0400
commit8bed2184154dab111c374c46562763386c47cda0 (patch)
treec4155b66456ca2dfcf0b8c49735aa750c82b67e8 /engines
parentc261cde7b1dd156c588bafb85aa9c553a8ad6b2a (diff)
downloadscummvm-rg350-8bed2184154dab111c374c46562763386c47cda0.tar.gz
scummvm-rg350-8bed2184154dab111c374c46562763386c47cda0.tar.bz2
scummvm-rg350-8bed2184154dab111c374c46562763386c47cda0.zip
SHERLOCK: RT: Fix brief incorrect tooltip text after showing animations
Diffstat (limited to 'engines')
-rw-r--r--engines/sherlock/tattoo/tattoo_scene.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sherlock/tattoo/tattoo_scene.cpp b/engines/sherlock/tattoo/tattoo_scene.cpp
index ca536f3e64..4dffaa0ce0 100644
--- a/engines/sherlock/tattoo/tattoo_scene.cpp
+++ b/engines/sherlock/tattoo/tattoo_scene.cpp
@@ -718,6 +718,7 @@ int TattooScene::startCAnim(int cAnimNum, int playRate) {
// Flag the Canimation to be cleared
_activeCAnim._zPlacement = REMOVE;
_activeCAnim._removeBounds = _activeCAnim._oldBounds;
+ _vm->_ui->_bgFound = -1;
// Free up the animation
_activeCAnim.close();