From 8bed2184154dab111c374c46562763386c47cda0 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Mon, 12 Oct 2015 20:56:11 -0400 Subject: SHERLOCK: RT: Fix brief incorrect tooltip text after showing animations --- engines/sherlock/tattoo/tattoo_scene.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'engines') 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(); -- cgit v1.2.3