diff options
author | Paul Gilbert | 2015-10-12 20:56:11 -0400 |
---|---|---|
committer | Paul Gilbert | 2015-10-12 20:56:11 -0400 |
commit | 8bed2184154dab111c374c46562763386c47cda0 (patch) | |
tree | c4155b66456ca2dfcf0b8c49735aa750c82b67e8 | |
parent | c261cde7b1dd156c588bafb85aa9c553a8ad6b2a (diff) | |
download | scummvm-rg350-8bed2184154dab111c374c46562763386c47cda0.tar.gz scummvm-rg350-8bed2184154dab111c374c46562763386c47cda0.tar.bz2 scummvm-rg350-8bed2184154dab111c374c46562763386c47cda0.zip |
SHERLOCK: RT: Fix brief incorrect tooltip text after showing animations
-rw-r--r-- | engines/sherlock/tattoo/tattoo_scene.cpp | 1 |
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(); |