[Scummvm-cvs-logs] scummvm master -> 8bed2184154dab111c374c46562763386c47cda0
dreammaster
dreammaster at scummvm.org
Tue Oct 13 02:57:11 CEST 2015
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
8bed218415 SHERLOCK: RT: Fix brief incorrect tooltip text after showing animations
Commit: 8bed2184154dab111c374c46562763386c47cda0
https://github.com/scummvm/scummvm/commit/8bed2184154dab111c374c46562763386c47cda0
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2015-10-12T20:56:11-04:00
Commit Message:
SHERLOCK: RT: Fix brief incorrect tooltip text after showing animations
Changed paths:
engines/sherlock/tattoo/tattoo_scene.cpp
diff --git a/engines/sherlock/tattoo/tattoo_scene.cpp b/engines/sherlock/tattoo/tattoo_scene.cpp
index ca536f3..4dffaa0 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();
More information about the Scummvm-git-logs
mailing list