diff options
| -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();  | 
